Describes the configuration of the Cast integrations.

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

Properties

The Chromecast configuration.

Default Value

A {@link ChromecastConfiguration} with default values.
strategy?: JoinStrategy

The join strategy of the player.

Default Value

'manual'

useExperimentalPipeline?: boolean

A flag to enable experimental pipeline with latest features for Chromecast.

Default Value

false

Platform

iOS