start Recording
fun startRecording(streamingSettings: StreamingSettings? = null, streamId: StreamId? = null, forceNew: StreamingStartMode = StreamingStartMode.onlyIfNotAlreadyStreaming, listener: RequestListenerWithData<StreamId>? = null)
Content copied to clipboard
Starts a recording, if recording is enabled for the current room.
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.