Partilhar via


ServerCall.RemoveParticipant(String, CancellationToken) Método

Definição

Remova o participante da chamada.

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

A ID do participante.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a