Partager via


CallConnection.AddParticipantAsync Méthode

Définition

Surcharges

AddParticipantAsync(AddParticipantOptions, CancellationToken)

Ajoutez un participant à l’appel.

AddParticipantAsync(CallInvite, CancellationToken)

Ajoutez un participant à l’appel.

AddParticipantAsync(AddParticipantOptions, CancellationToken)

Source:
CallConnection.cs
Source:
CallConnection.cs

Ajoutez un participant à l’appel.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.AddParticipantResult>> AddParticipantAsync (Azure.Communication.CallAutomation.AddParticipantOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member AddParticipantAsync : Azure.Communication.CallAutomation.AddParticipantOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.AddParticipantResult>>
override this.AddParticipantAsync : Azure.Communication.CallAutomation.AddParticipantOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.AddParticipantResult>>
Public Overridable Function AddParticipantAsync (options As AddParticipantOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AddParticipantResult))

Paramètres

options
AddParticipantOptions

Options pour l’opération Ajouter des participants.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Exceptions

Le serveur a retourné une erreur. Consultez Message pour plus d’informations retournées à partir du serveur.

options a la valeur null.

S’applique à

AddParticipantAsync(CallInvite, CancellationToken)

Source:
CallConnection.cs
Source:
CallConnection.cs

Ajoutez un participant à l’appel.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.AddParticipantResult>> AddParticipantAsync (Azure.Communication.CallAutomation.CallInvite participantToAdd, System.Threading.CancellationToken cancellationToken = default);
abstract member AddParticipantAsync : Azure.Communication.CallAutomation.CallInvite * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.AddParticipantResult>>
override this.AddParticipantAsync : Azure.Communication.CallAutomation.CallInvite * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.AddParticipantResult>>
Public Overridable Function AddParticipantAsync (participantToAdd As CallInvite, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AddParticipantResult))

Paramètres

participantToAdd
CallInvite

Participant à ajouter.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Exceptions

Le serveur a retourné une erreur. Consultez Message pour plus d’informations retournées à partir du serveur.

participantToAdd a la valeur null.

S’applique à