CastConfiguration

@objc(THEOplayerCastConfiguration)
public class CastConfiguration : NSObject, Encodable

Describes the configuration of the Cast integrations.

  • The join strategy that will determine how the player will join an existing chromecast session.

    Declaration

    Swift

    public let strategy: CastStrategy?
  • Creates a Cast configuration.

    Declaration

    Swift

    public init(strategy: CastStrategy?)