- From: Steve Anton via GitHub <sysbot+gh@w3.org>
- Date: Mon, 16 Jul 2018 22:48:59 +0000
- To: public-webrtc@w3.org
steveanton has just created a new issue for https://github.com/w3c/webrtc-pc: == Cannot update associated remote streams for a track once added == In the RTCRtpSender we have [setStream](https://w3c.github.io/webrtc-pc/#dom-rtcrtpsender-setstreams) which will changes the stream IDs inserted into the SDP. On the remote side, the algorithm **set the associated remote streams** is only run in the **process the addition of a remote track** algorithm. Should `setRemoteDescription` always **set the associated remote streams** for each media section, regardless if the track was added or not? Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1937 using your GitHub account
Received on Monday, 16 July 2018 22:49:07 UTC