update Live Stream
fun updateLiveStream(streamingSettings: StreamingUpdateSettings, streamId: StreamId? = null, listener: RequestListener? = null)
Updates an existing livestream.
If only one live stream is in progress, the streamId
parameter may be omitted. All endpoints associated with the stream will be updated.
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.