Partager via


ServerCall Classe

Définition

Client d’appel du serveur Azure Communication Services.

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

Constructeurs

ServerCall()

Initialise une nouvelle instance de pour la ServerCall moquerie.

Méthodes

AddParticipant(CommunicationIdentifier, Uri, String, String, CancellationToken)

Ajoutez un participant à l’appel.

AddParticipantAsync(CommunicationIdentifier, Uri, String, String, CancellationToken)

Ajoutez un participant à l’appel.

GetRecordingState(String, CancellationToken)

Obtenez l’état d’enregistrement actuel par l’ID d’enregistrement.

GetRecordingStateAsync(String, CancellationToken)

Obtenez l’état d’enregistrement actuel par l’ID d’enregistrement.

PauseRecording(String, CancellationToken)

Suspendre l’enregistrement de l’appel.

PauseRecordingAsync(String, CancellationToken)

Suspendre l’enregistrement de l’appel.

PlayAudio(Uri, String, Uri, String, CancellationToken)

Lire l’audio dans l’appel.

PlayAudioAsync(Uri, String, Uri, String, CancellationToken)

Lire l’audio dans l’appel.

RemoveParticipant(String, CancellationToken)

Supprimez le participant de l’appel.

RemoveParticipantAsync(String, CancellationToken)

Supprimez le participant de l’appel.

ResumeRecording(String, CancellationToken)

reprendre l’enregistrement de l’appel.

ResumeRecordingAsync(String, CancellationToken)

Reprendre l’enregistrement de l’appel.

StartRecording(Uri, Nullable<RecordingContent>, Nullable<RecordingChannel>, Nullable<RecordingFormat>, CancellationToken)

Démarrez l’enregistrement de l’appel.

StartRecordingAsync(Uri, Nullable<RecordingContent>, Nullable<RecordingChannel>, Nullable<RecordingFormat>, CancellationToken)

Démarrez l’enregistrement de l’appel.

StopRecording(String, CancellationToken)

Arrêtez l’enregistrement de l’appel.

StopRecordingAsync(String, CancellationToken)

Arrêtez l’enregistrement de l’appel.

S’applique à