Sdílet prostřednictvím


ServerCall.StopRecording(String, CancellationToken) Method

Definition

Stop recording of the call.

public virtual Azure.Response StopRecording (string recordingId, System.Threading.CancellationToken cancellationToken = default);
abstract member StopRecording : string * System.Threading.CancellationToken -> Azure.Response
override this.StopRecording : string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function StopRecording (recordingId As String, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

recordingId
String

The recording id to stop.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to