Open
Bug 1133874
Opened 10 years ago
Updated 2 years ago
JsepSessionImpl should support RemoveTrack while outside of stable
Categories
(Core :: WebRTC: Signaling, defect, P4)
Core
WebRTC: Signaling
Tracking
()
NEW
backlog | webrtc/webaudio+ |
People
(Reporter: bwc, Unassigned)
References
Details
Right now we have very minimal support for RemoveTrack, mainly to assist in testing. We need to get JsepSessionImpl to do the correct thing when RemoveTrack is called outside of stable, and we also need to make sure that we fire a negotiationneeded event where appropriate (will require some work in PeerConnectionImpl).
Reporter | ||
Updated•10 years ago
|
backlog: --- → webRTC+
Rank: 40
Priority: -- → P3
Comment 1•10 years ago
|
||
+1, this bug impedes us from implementing some feature which needs to remove all tracks from peerConnection.
Reporter | ||
Comment 2•10 years ago
|
||
Just to set expectations, the big priorities in the upcoming quarter are going to be some refactoring in JsepSessionImpl (bug 1142105) and simulcast (bug 952160). Once bug 1142105 is done, I can look into whether I can squeeze this in.
Comment 4•7 years ago
|
||
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•