updateRecording

fun updateRecording(streamingSettings: StreamingUpdateSettings, streamId: StreamId? = null, listener: RequestListener? = null)

Updates the recording options for an existing recording.

The streamId parameter may be omitted if there is only one recording in progress.

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.