Re: [presentation-api] Receiver does not receive the initial message

@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