Open
Bug 1805474
Opened 3 years ago
Rollback should remove RTCRtpSender/RTCRtpReceiver.transport if the offer being rolled back is what set it
Categories
(Core :: WebRTC: Signaling, defect, P3)
Core
WebRTC: Signaling
Tracking
()
NEW
People
(Reporter: bwc, Unassigned)
Details
This is causing failures in RTCPeerConnection-setRemoteDescription-rollback.html. Chrome, Edge, and Safari do not have this bug, but it is pretty minor I think. The problem seems to be here:
We should be comparing against |newSignalingState|, not |mSignalingState|, since we have not updated mSignalingState yet. We should also double-check for similar errors here.
You need to log in
before you can comment on or make changes to this bug.
Description
•