stop Recording
fun stopRecording(streamId: StreamId? = null, listener: RequestListener? = null)
Content copied to clipboard
Stops the specified 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.