Compartir a través de


CallConnection.RemoveParticipantAsync(String, CancellationToken) Método

Definición

Quite un participante de la llamada.

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

Parámetros

participantId
String

Identificador del participante.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Excepciones

El servidor devolvió un error. Consulte Message para obtener más información devuelta desde el servidor.

Se aplica a