Closed
Bug 786158
Opened 12 years ago
Closed 12 years ago
Support local and remoteDescription attributes for JSEP
Categories
(Core :: WebRTC, defect, P2)
Core
WebRTC
Tracking
()
RESOLVED
DUPLICATE
of bug 797534
People
(Reporter: jesup, Assigned: jesup)
References
Details
(Whiteboard: [WebRTC], [blocking-webrtc+])
Attachments
(1 file)
No description provided.
Updated•12 years ago
|
Whiteboard: [WebRTC], [blocking-webrtc+]
Comment 1•12 years ago
|
||
The PeerConnection object needs .localDescription and .remoteDescription attributes. These are readonly attribute (but can be set via setLocalDescription/setRemoteDescription), and return empty strings if a local or remote description hasn't been set.
Assignee | ||
Comment 2•12 years ago
|
||
Not complete; this doesn't include ICECandidate updates. Not tested yet.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → rjesup
Priority: -- → P2
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•