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 ID: 8E80B9CE.

Generated using TypeDoc