- From: Mathieu Rousseau via GitHub <sysbot+gh@w3.org>
- Date: Tue, 22 May 2018 11:46:44 +0000
- To: public-secondscreen@w3.org
@mfoltzgoogle - I am not sure I really understand your first question. As the user click on the chromecast button, I'm calling `start()` as you can see in the `cast() method`. - Yes, in the constructor, something like : ```js this.request = new PresentationRequest(url); navigator.presentation.defaultRequest = this.request; this.monitorPresentationAvailability(); ``` @louaybassbouss Yes, i'm aware of that but I'm only using presentation API with Chrome Desktop. -- GitHub Notification of comment by Mathieu-R Please view or discuss this issue at https://github.com/w3c/presentation-api/issues/450#issuecomment-390961210 using your GitHub account
Received on Tuesday, 22 May 2018 11:46:46 UTC