createStreamer

open suspend fun createStreamer(customBundle: Bundle): IVideoStreamer<*>

Calls when service needs to create the streamer. You can customize the streamer by overriding this method.

Return

the streamer to use.

Parameters

customBundle

the custom bundle passed as launch parameter.