Interface GlobalCast

The global cast API.

interface GlobalCast {
    chromecast?: GlobalChromecast;
}

Properties

Properties

chromecast?: GlobalChromecast

The global Chromecast integration API.

Remarks


- Only available with the feature 'chromecast'.

Generated using TypeDoc