Re: [webrtc-pc] Need something such as rtpSender.reset() (#2087)

stop() + addTransceiver(track, params) will create a new transceiver. It uses code already present.
A reset() that doesn't create a new transceiver is a new code path.

If you keep the MID, then you're telling the other guy to keep his transceiver, even though it's being renegotiated - which means that you can't change # of layers - which was the original point.

again: Why do you think you need this?


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

Received on Thursday, 31 January 2019 11:09:36 UTC