Open
Bug 1927371
Opened 1 year ago
Updated 9 months ago
Ensure that ordering of codecs in the initial local description matches what would come out of JsepTrack::NegotiateCodecs
Categories
(Core :: WebRTC: Signaling, defect, P3)
Core
WebRTC: Signaling
Tracking
()
NEW
People
(Reporter: ng, Assigned: ng, NeedInfo)
Details
JsepTrack::NegotiateCodecs also effects the ordering of codecs in RTCRTPSender::GetParameters, but occurs after the initial local description codec ordering is established in the SDP. We should protect against type of desync between SDP and Jsep in the future by applying the same ordering to the initial local description.
Comment 1•1 year ago
|
||
The severity field is not set for this bug.
:ng, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(na-g)
Updated•9 months ago
|
Priority: P2 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•