subscribe

suspend fun subscribe(options: Option = Option())

Initiates the subscription process from the Millicast platform. Prior to calling this method, you must use the connect method to connect the subscriber to the platform. Successful subscription results in calling the onSubscribed method of the Listener.

Parameters

options

The Subscriber-specific options.

Throws

An exception thrown in the case of encountering issues during execution of the method.