Partager via


CallConnection Classe

Définition

Client de connexion d’appel Azure Communication Services.

public class CallConnection
type CallConnection = class
Public Class CallConnection
Héritage
CallConnection

Constructeurs

CallConnection()

Initialise une nouvelle instance de pour la CallConnection simulation.

Propriétés

CallConnectionId

ID de connexion d’appel.

Méthodes

AddParticipant(AddParticipantOptions, CancellationToken)

Ajoutez un participant à l’appel.

AddParticipant(CallInvite, CancellationToken)

Ajoutez un participant à l’appel.

AddParticipantAsync(AddParticipantOptions, CancellationToken)

Ajoutez un participant à l’appel.

AddParticipantAsync(CallInvite, CancellationToken)

Ajoutez un participant à l’appel.

GetCallConnectionProperties(CancellationToken)

Obtenir les différentes propriétés d’un appel en cours. CallConnectionProperties.

GetCallConnectionPropertiesAsync(CancellationToken)

Obtient les différentes propriétés de l’appel. CallConnectionProperties.

GetCallMedia()

Initialise une nouvelle instance de CallContent. CallMedia.

GetParticipant(CommunicationIdentifier, CancellationToken)

Obtenir un participant à partir d’un appel.

GetParticipantAsync(CommunicationIdentifier, CancellationToken)

Obtenir un participant à partir d’un appel.

GetParticipants(CancellationToken)

Obtenir des participants à partir d’un appel.

GetParticipantsAsync(CancellationToken)

Obtenir des participants à partir d’un appel.

HangUp(Boolean, CancellationToken)

Déconnectez l’appelant actuel dans un appel de groupe ou terminez un appel p2p.

HangUpAsync(Boolean, CancellationToken)

Déconnectez l’appelant actuel dans un appel de groupe ou terminez un appel p2p.

MuteParticipant(CommunicationIdentifier, String, CancellationToken)

Désactivez le participant de l’appel. Seuls les utilisateurs Acs sont actuellement pris en charge.

MuteParticipantAsync(CommunicationIdentifier, String, CancellationToken)

Désactiver le son des participants à l’appel. Seuls les utilisateurs Acs sont actuellement pris en charge.

RemoveParticipant(CommunicationIdentifier, String, CancellationToken)

Supprimez les participants de l’appel.

RemoveParticipant(RemoveParticipantOptions, CancellationToken)

Supprimez les participants de l’appel.

RemoveParticipantAsync(CommunicationIdentifier, String, CancellationToken)

Supprimez les participants de l’appel.

RemoveParticipantAsync(RemoveParticipantOptions, CancellationToken)

Supprimez les participants de l’appel.

TransferCallToParticipant(CommunicationIdentifier, CancellationToken)

Transférez cet appel à un participant.

TransferCallToParticipant(TransferToParticipantOptions, CancellationToken)

Transférez l’appel.

TransferCallToParticipantAsync(CommunicationIdentifier, CancellationToken)

Transférez cet appel à un participant.

TransferCallToParticipantAsync(TransferToParticipantOptions, CancellationToken)

Transférez cet appel à un participant.

S’applique à