start Live Stream
fun startLiveStream(endpoints: LiveStreamEndpoints, streamingSettings: StreamingSettings? = null, streamId: StreamId? = null, forceNew: StreamingStartMode = StreamingStartMode.onlyIfNotAlreadyStreaming, listener: RequestListenerWithData<StreamId>? = null)
Content copied to clipboard
Starts a live stream.
Note: the participant who initiates this must be an owner. In other words, they must have joined the call using a meeting token which has is_owner
set to true.
The optional callback (listener
) will be invoked either when the operation has completed, or if it encounters an error.
Errors will also be provided to the CallClientListener.onError callback.