- From: None via GitHub <sysbot+gh@w3.org>
- Date: Tue, 10 Nov 2015 19:54:22 +0000
- To: public-media-capture-logs@w3.org
> `originalStream.onremovetrack = e => cloneStream.removeTrack(/* something complex */);` Removing is easy, since presumably tracks disappear everywhere when a host pulls them, meaning `onremovetrack` fires on clones and originals alike, so this line wouldn't be needed. So we can narrow the issue to adding of new tracks and `onaddtrack` I believe. While other specs may be able to work around us, it would probably help if we thought through how we'd expect this to work, and gave guidance, so there'd be consistency. -- GitHub Notif of comment by jan-ivar See https://github.com/w3c/mediacapture-main/issues/271#issuecomment-155547777
Received on Tuesday, 10 November 2015 19:54:26 UTC