THEOplayer > CastConfiguration
Describes the configuration of the Cast integrations.
Signature:
export interface CastConfiguration
Property |
Type |
Description |
---|---|---|
chromecast (optional) |
The Chromecast configuration. |
|
strategy (optional) |
The join strategy of the player. |
The Chromecast configuration.
Signature:
chromecast?: ChromecastConfiguration;
The join strategy of the player.
Signature:
strategy?: JoinStrategy;