- From: Taylor Brandstetter via GitHub <sysbot+gh@w3.org>
- Date: Fri, 05 May 2017 18:55:34 +0000
- To: public-webrtc-logs@w3.org
I think we can do what you describe, but without ending or replacing the `RTCRtpReceiver`'s track. You would just get a `trackremoved` event followed by a `track` event 10 seconds later with the same track. Making `receiver.track` nullable would be a pretty big change, though. It could also break some early media use cases; maybe the application *wants* to keep the remote track attached, even after it's removed on the sender side, so it can be re-added seamlessly. -- GitHub Notification of comment by taylor-b Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/1168#issuecomment-299547670 using your GitHub account
Received on Friday, 5 May 2017 18:55:40 UTC