publish

suspend fun publish(options: Option? = null)

Initiates the process of publishing streams to the streaming platform using specified options. Prior to calling this method, you must use the connect method to connect the publisher to the platform.

Parameters

options

The additional options for publishing.

Throws

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