Interface ChromecastConfiguration

Describes the configuration of the Chromecast integration.

interface ChromecastConfiguration {
    appID?: string;
}

Properties

Properties

appID?: string

The identifier of a custom Chromecast receiver app.

Default Value

The default THEOplayer receiver app.

Generated using TypeDoc