Partilhar via


CallConnection.RemoveParticipant(String, CancellationToken) Método

Definição

Remova um 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

Exceções

O servidor retornou um erro. Consulte Message para obter detalhes retornados do servidor.

Aplica-se a