THEOplayer Web SDK
    Preparing search index...

    Interface CastConfiguration

    Describes the configuration of the Cast integrations.

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

    Properties

    The Chromecast configuration.

    A ChromecastConfiguration with default values.

    strategy?: JoinStrategy

    The join strategy of the player.

    'manual'