Interface CastConfiguration

Describes the configuration of the Cast integrations.

interface CastConfiguration {
    chromecast?: ChromecastConfiguration;
    strategy?: JoinStrategy;
}

Properties

The Chromecast configuration.

Default Value

A ChromecastConfiguration with default values.

strategy?: JoinStrategy

The join strategy of the player.

Default Value

'manual'