Closed
Bug 1080765
(sdparta)
Opened 10 years ago
Closed 10 years ago
[meta] Rework RFC 3264 Offer/Answer Handling
Categories
(Core :: WebRTC: Signaling, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: abr, Unassigned)
References
(Blocks 1 open bug)
Details
Several key signaling features, such as the ability to negotiate multiple streams of a single type and the ability to implement BUNDLE, have proven challenging to fit into the current offer/answer implementation. Because of the complexity imposed by these challenges, these features remain unimplemented.
To address this situation, an effort is underway to re-implement the offer/answer functionality. The reimplementation is designed from the ground up to ease implementation of the more advanced features required by WebRTC.
This bug is intended to track the issues related to the replacement offer/answer implementation ("Depends On") as well as the currently open issues that will either be fixed automatically by the rewrite or which rely on the restructuring that it provides ("Blocks").
Reporter | ||
Updated•10 years ago
|
Comment 1•10 years ago
|
||
This is done, right?
Reporter | ||
Comment 2•10 years ago
|
||
(In reply to Byron Campen [:bwc] from comment #1)
> This is done, right?
Given the landing of SDParta, multistream, and renegotiation, I think it is. Closing.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•