RemotePlayback
The RemotePlayback
interface of the Remote Playback API allows the page to detect availability of remote playback devices, then connect to and control playing on these devices.
Properties
Functions
The cancelWatchAvailability()
method of the RemotePlayback interface cancels the request to watch for one or all available devices.
The cancelWatchAvailability()
method of the RemotePlayback interface cancels the request to watch for one or all available devices.
The prompt()
method of the RemotePlayback interface prompts the user to select an available remote playback device and give permission for the current media to be played using that device.
The prompt()
method of the RemotePlayback interface prompts the user to select an available remote playback device and give permission for the current media to be played using that device.
The watchAvailability()
method of the RemotePlayback interface watches the list of available remote playback devices and returns a Promise that resolves with the callbackId
of a remote playback device.
The watchAvailability()
method of the RemotePlayback interface watches the list of available remote playback devices and returns a Promise that resolves with the callbackId
of a remote playback device.