CastConfiguration
public class CastConfiguration : NSObject, EncodableDescribes the configuration of the Cast integrations.
- 
                  
                  The join strategy that will determine how the player will join an existing chromecast session. DeclarationSwift public let strategy: CastStrategy?
- 
                  
                  Creates a Cast configuration. DeclarationSwift public init(strategy: CastStrategy?)
