Partager via


Meeting.AddParticipantAsync Méthode

Définition

Surcharges

AddParticipantAsync(Participant)

Ajoutez un participant à une réunion à l’aide de l’objet Participant de manière asynchrone.

AddParticipantAsync(User)

Ajoutez un participant à une réunion à l’aide de l’objet User de manière asynchrone.

AddParticipantAsync(String)

Ajoutez un participant à une réunion à l’aide de l’ID de l’utilisateur comme opération asynchrone.

AddParticipantAsync(Participant)

Ajoutez un participant à une réunion à l’aide de l’objet Participant de manière asynchrone.

public System.Threading.Tasks.Task AddParticipantAsync (Microsoft.CognitiveServices.Speech.Transcription.Participant participant);
member this.AddParticipantAsync : Microsoft.CognitiveServices.Speech.Transcription.Participant -> System.Threading.Tasks.Task
Public Function AddParticipantAsync (participant As Participant) As Task

Paramètres

participant
Participant

Objet participant.

Retours

Opération asynchrone représentant l’ajout d’un participant.

S’applique à

AddParticipantAsync(User)

Ajoutez un participant à une réunion à l’aide de l’objet User de manière asynchrone.

public System.Threading.Tasks.Task AddParticipantAsync (Microsoft.CognitiveServices.Speech.Transcription.User user);
member this.AddParticipantAsync : Microsoft.CognitiveServices.Speech.Transcription.User -> System.Threading.Tasks.Task
Public Function AddParticipantAsync (user As User) As Task

Paramètres

user
User

Objet User.

Retours

Opération asynchrone représentant l’ajout d’un participant.

S’applique à

AddParticipantAsync(String)

Ajoutez un participant à une réunion à l’aide de l’ID de l’utilisateur comme opération asynchrone.

public System.Threading.Tasks.Task AddParticipantAsync (string userId);
member this.AddParticipantAsync : string -> System.Threading.Tasks.Task
Public Function AddParticipantAsync (userId As String) As Task

Paramètres

userId
String

Identificateur d’utilisateur.

Retours

Opération asynchrone représentant l’ajout d’un participant.

Remarques

Les participants retournés peuvent être utilisés pour supprimer. Si le client modifie les attributs du participant, les attributs modifiés sont transmis au service uniquement lorsque les participants sont à nouveau ajoutés.

S’applique à