Closed
Bug 817429
Opened 12 years ago
Closed 12 years ago
Accept candidate messages that are zero numbered
Categories
(Core :: WebRTC: Signaling, defect)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: ekr, Assigned: jib)
Details
(Whiteboard: [WebRTC],[blocking-webrtc-interop],[blocking-webrtc+][qa-])
Attachments
(1 file, 1 obsolete file)
1.08 KB,
patch
|
jesup
:
review+
jesup
:
checkin+
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Comment 1•12 years ago
|
||
Reporter | ||
Comment 2•12 years ago
|
||
http://dev.w3.org/2011/webrtc/editor/webrtc.html#rtcicecandidate-type
Requires that candidates are 0-based indexed. We use 1-based indexing internally for m-lines.
This should be fixed in the JS.
Here is a prototype patch that needs to be cleaned-up and landed.
Reporter | ||
Updated•12 years ago
|
Whiteboard: [WebRTC],[blocking-webrtc-interop]
Assignee | ||
Updated•12 years ago
|
Assignee: ekr → jib
Assignee | ||
Comment 3•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Attachment #687554 -
Attachment is obsolete: true
Updated•12 years ago
|
Whiteboard: [WebRTC],[blocking-webrtc-interop] → [WebRTC],[blocking-webrtc-interop],[blocking-webrtc+]
Assignee | ||
Updated•12 years ago
|
Attachment #692999 -
Flags: review?(rjesup)
Updated•12 years ago
|
Attachment #692999 -
Flags: review?(rjesup) → review+
Assignee | ||
Updated•12 years ago
|
Attachment #692999 -
Flags: checkin?(rjesup)
Comment 4•12 years ago
|
||
Target Milestone: --- → mozilla20
Updated•12 years ago
|
Attachment #692999 -
Flags: checkin?(rjesup) → checkin+
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Whiteboard: [WebRTC],[blocking-webrtc-interop],[blocking-webrtc+] → [WebRTC],[blocking-webrtc-interop],[blocking-webrtc+][qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•