Dela via


CallConnection.RemoveParticipant(String, CancellationToken) Method

Definition

Remove a participants from the call.

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

Parameters

participantId
String

The participant id.

cancellationToken
CancellationToken

The cancellation token.

Returns

Exceptions

The server returned an error. See Message for details returned from the server.

Applies to