- From: Bernard Aboba via GitHub <sysbot+gh@w3.org>
- Date: Thu, 15 Jun 2017 14:20:07 +0000
- To: public-webrtc-logs@w3.org
The following commits were just pushed by aboba to https://github.com/w3c/webrtc-pc: * Remove paragraph about removeTrack causing track to be ended remotely. This no longer happens, because you can still call replaceTrack on the RTCRtpSender, and thus the track tied to the RTCRtpReceiver on the remote side is not fully dead yet. The remote track is never actually ended unless the transceiver is stopped/m= section rejected, since that's the only irreversible change. This paragraph dates back to before we had transceivers/RtpSenders, so I believe it's just obsolete and hasn't been noticed until now. by Taylor Brandstetter https://github.com/w3c/webrtc-pc/commit/be9d024429f4ffdd70f49ba0e3051db44a404dba * Merge pull request #1168 from taylor-b/removeTrack_track_ended Remove paragraph about removeTrack causing track to be ended remotely. by Bernard Aboba https://github.com/w3c/webrtc-pc/commit/cc8635f2dab65894c7bf0529d49e393d95c00713
Received on Thursday, 15 June 2017 14:20:13 UTC