Compartir a través de


CallingServerClient.CreateCallConnectionAsync Método

Definición

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallingServer.CallConnection>> CreateCallConnectionAsync (Azure.Communication.CommunicationIdentifier source, System.Collections.Generic.IEnumerable<Azure.Communication.CommunicationIdentifier> targets, Azure.Communication.CallingServer.CreateCallOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateCallConnectionAsync : Azure.Communication.CommunicationIdentifier * seq<Azure.Communication.CommunicationIdentifier> * Azure.Communication.CallingServer.CreateCallOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallingServer.CallConnection>>
override this.CreateCallConnectionAsync : Azure.Communication.CommunicationIdentifier * seq<Azure.Communication.CommunicationIdentifier> * Azure.Communication.CallingServer.CreateCallOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallingServer.CallConnection>>
Public Overridable Function CreateCallConnectionAsync (source As CommunicationIdentifier, targets As IEnumerable(Of CommunicationIdentifier), options As CreateCallOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CallConnection))

Parámetros

source
CommunicationIdentifier

La identidad de origen

targets
IEnumerable<CommunicationIdentifier>

Identidades de destino.

options
CreateCallOptions

Las opciones de llamada.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Excepciones

El servidor devolvió un error. Consulte Message para obtener más información devuelta desde el servidor.

options es null.

Se aplica a