Factory

class Factory(context: Context, streamConfig: StreamConfig, externalCoroutineScope: CoroutineScope = CoroutineScope(Dispatchers.Main.immediate + SupervisorJob())) : StreamIngestFactory

A factory class to create the StreamIngest object.

Constructors

Link copied to clipboard
constructor(context: Context, streamConfig: StreamConfig, externalCoroutineScope: CoroutineScope = CoroutineScope(Dispatchers.Main.immediate + SupervisorJob()))