configureStreamConcurrencyTasks
fun ComposablePlayer.configureStreamConcurrencyTasks(streamConcurrencyService: StreamConcurrencyService, platformClient: PlatformClient, streamConcurrencySyncIntervalMs: Long = DEFAULT_STREAM_SYNC_INTERVAL_MILLIS)
Deprecated
Use StreamConcurrencyFactory.createStreamConcurrencyManager instead.
ComposablePlayer extension function that aggregates all steps related to executing Stream Concurrency Microservice call.
Parameters
streamConcurrencyService
StreamConcurrencyService instance.
platformClient
PlatformClient instance.
streamConcurrencySyncIntervalMs
time interval, in milliseconds, to sync a stream instance.