- From: Anton Vayvod via GitHub <sysbot+gh@w3.org>
- Date: Thu, 14 Jan 2016 18:35:24 +0000
- To: public-secondscreen@w3.org
avayvod has just created a new issue for https://github.com/w3c/remote-playback: == Allow websites to stop the remote playback == Currently, the spec doesn't define how the remote playback is stopped. It could be some user agent provided UI that the user can trigger somehow or that can be shown when the page calls ```start()``` on the ```remote``` instance that's already in a ```connected``` state. However, it seems natural to allow the website to have a custom control on the media element that stops the remote playback. ``` partial interface RemotePlayback { Promise stop(); } ``` Please view or discuss this issue at https://github.com/w3c/remote-playback/issues/4 using your GitHub account
Received on Thursday, 14 January 2016 18:35:34 UTC