Closed
Bug 801297
Opened 13 years ago
Closed 13 years ago
Fix createAnswer API
Categories
(Core :: WebRTC: Signaling, defect)
Core
WebRTC: Signaling
Tracking
()
VERIFIED
FIXED
mozilla19
People
(Reporter: ekr, Assigned: anant)
Details
Attachments
(1 file)
6.15 KB,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
The current createAnswer API does not match the specification
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → anant
Assignee | ||
Comment 1•13 years ago
|
||
createAnswer only takes a single mandatory argument (success callback). I also added try/catch blocks around content callbacks, and exposed the remoteDescription attribute.
Attachment #671505 -
Flags: review?(rjesup)
Updated•13 years ago
|
Attachment #671505 -
Flags: review?(rjesup) → review+
Assignee | ||
Comment 2•13 years ago
|
||
![]() |
||
Comment 3•13 years ago
|
||
> 967fa8cc6213 Anant Narayanan — Merge with inbound
Please rebase rather than merge if someone pushes before you :-)
![]() |
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
![]() |
||
Comment 5•13 years ago
|
||
Verified through mochitest automation for basic pc that already exists.
You need to log in
before you can comment on or make changes to this bug.
Description
•