次の方法で共有


CallingServerClient.CreateCallConnection メソッド

定義

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

パラメーター

source
CommunicationIdentifier

ソース ID

targets
IEnumerable<CommunicationIdentifier>

ターゲット ID。

options
CreateCallOptions

呼び出しオプション。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

例外

サーバーからエラーが返されました。 サーバーから返される詳細については、「」を参照してください Message

options が null です。

適用対象