GoogleDAILiveConfiguration
@objc(THEOplayerGoogleDAILiveConfiguration)
public class GoogleDAILiveConfiguration : GoogleDAIConfigurationRepresents a configuration for server-side ad insertion with the Google DAI pre-integration for live streams.
- 
                  
                  The identifier for the video content source for live streams. Remark - This property is required for live streams.
- The asset key can be found in the Google Ad Manager UI.
 DeclarationSwift @objc public var assetKey: String
- 
                  
                  The builder for the Google DAI live configuration. DeclarationSwift @objc public init(assetKey: String, apiKey: String, authToken: String?, streamActivityMonitorID: String?, adTagParameters: [String: String]?)ParametersassetKeyThe identifier for the video content source for live streams. apiKeyThe API key for the stream request. authTokenThe authorization token for the stream request. streamActivityMonitorIDThe identifier for a stream activity monitor session. adTagParametersThe ad tag parameter added to stream request. 
