Compartilhar via


CallConnection Classe

Definição

O cliente de conexão de chamada Serviços de Comunicação do Azure.

public class CallConnection
type CallConnection = class
Public Class CallConnection
Herança
CallConnection

Construtores

CallConnection()

Inicializa uma nova instância de CallConnection para zombar.

Propriedades

CallConnectionId

A ID da conexão de chamada.

Métodos

AddParticipant(AddParticipantOptions, CancellationToken)

Adicione o participante à chamada.

AddParticipant(CallInvite, CancellationToken)

Adicione o participante à chamada.

AddParticipantAsync(AddParticipantOptions, CancellationToken)

Adicione o participante à chamada.

AddParticipantAsync(CallInvite, CancellationToken)

Adicione o participante à chamada.

GetCallConnectionProperties(CancellationToken)

Obtenha várias propriedades de uma chamada em andamento. CallConnectionProperties.

GetCallConnectionPropertiesAsync(CancellationToken)

Obtenha várias propriedades da chamada. CallConnectionProperties.

GetCallMedia()

Inicializa uma nova instância de CallContent. CallMedia.

GetParticipant(CommunicationIdentifier, CancellationToken)

Obter participante de uma chamada.

GetParticipantAsync(CommunicationIdentifier, CancellationToken)

Obter participante de uma chamada.

GetParticipants(CancellationToken)

Obter participantes de uma chamada.

GetParticipantsAsync(CancellationToken)

Obter participantes de uma chamada.

HangUp(Boolean, CancellationToken)

Desconecte o chamador atual em uma chamada em grupo ou encerre uma chamada p2p.

HangUpAsync(Boolean, CancellationToken)

Desconecte o chamador atual em uma chamada em grupo ou encerre uma chamada p2p.

MuteParticipant(CommunicationIdentifier, String, CancellationToken)

Ativar mudo do participante da chamada. Somente usuários do Acs têm suporte no momento.

MuteParticipantAsync(CommunicationIdentifier, String, CancellationToken)

Ativar mudo de participantes na chamada. Somente usuários do Acs têm suporte no momento.

RemoveParticipant(CommunicationIdentifier, String, CancellationToken)

Remova os participantes da chamada.

RemoveParticipant(RemoveParticipantOptions, CancellationToken)

Remova os participantes da chamada.

RemoveParticipantAsync(CommunicationIdentifier, String, CancellationToken)

Remova os participantes da chamada.

RemoveParticipantAsync(RemoveParticipantOptions, CancellationToken)

Remova os participantes da chamada.

TransferCallToParticipant(CommunicationIdentifier, CancellationToken)

Transfira essa chamada para um participante.

TransferCallToParticipant(TransferToParticipantOptions, CancellationToken)

Transfira a chamada.

TransferCallToParticipantAsync(CommunicationIdentifier, CancellationToken)

Transfira essa chamada para um participante.

TransferCallToParticipantAsync(TransferToParticipantOptions, CancellationToken)

Transfira essa chamada para um participante.

Aplica-se a