- From: Taylor Brandstetter via GitHub <sysbot+gh@w3.org>
- Date: Wed, 20 Jun 2018 18:22:09 +0000
- To: public-webrtc@w3.org
taylor-b has just submitted a new pull request for https://github.com/w3c/webrtc-pc: == Update a receiver's set of remote streams when "a=msid" lines change. == Fixes #1609. This PR updates the `[[AssociatedRemoteMediaStreams]]` slot in every `setRemoteDescription` call, even if the direction isn't changing, and also adds: - A `getStreams()` method to `RTCRtpReceiver`, just returning the value of the internal slot. - A `streamsupdated` event, to tell when the set of stremas changes. Fired at the end of `setRemoteDescription` like everything else. See https://github.com/w3c/webrtc-pc/pull/1909
Received on Wednesday, 20 June 2018 18:22:12 UTC