Re: [webrtc-pc] Partial removal of a track?

I suppose this should be supported. It's not possible to change a sender's set of streams via the API, but it's possible to change a receiver's via SDP munging.

The "removal of a track" steps are only invoked when the direction changes to "sendonly" or "inactive" (meaning, when the track can no longer be received unless renegotiation occurs). So if we want this to supported, we'd need to add an additional step for checking if the set of streams changed and updating them accordingly. I assume this is what you mean by:

> add a step to update the set of associated streams of receivers that are not removed.

-- 
GitHub Notification of comment by taylor-b
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1609#issuecomment-331356800 using your GitHub account

Received on Friday, 22 September 2017 05:53:17 UTC