Partilhar via


ServerCall.GetRecordingStateAsync(String, CancellationToken) Método

Definição

Obtenha o estado de gravação atual gravando a ID.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallingServer.CallRecordingProperties>> GetRecordingStateAsync (string recordingId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRecordingStateAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallingServer.CallRecordingProperties>>
override this.GetRecordingStateAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallingServer.CallRecordingProperties>>
Public Overridable Function GetRecordingStateAsync (recordingId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CallRecordingProperties))

Parâmetros

recordingId
String

A ID da gravação da qual obter o estado.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a