Compartir a través de


ServerCall.RemoveParticipant(String, CancellationToken) Método

Definición

Quite el participante de la llamada.

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

Parámetros

participantId
String

Identificador del participante.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a