ICastCastContent Method |
Namespace: DotNetBrowser.Cast
Task<ICastSession> CastContent( IMediaReceiver receiver )
Exception | Condition |
---|---|
MediaRoutingException | The media routing switch was not set for IEngine. |
In case when the web page has the default JavaScript PresentationRequest:
const presentationRequest = new PresentationRequest(['receiver/index.html']); navigator.presentation.defaultRequest = presentationRequest;
The presentation of the media content specified in this request is started instead of casting the browser content. This implies that the receiver should Supports(CastMode, PresentationRequest) support the presentation as a media source. Otherwise, if there is no default JavaScript PresentationRequest, the receiver should Supports(CastMode, PresentationRequest) support any browser's content as Browser media source.