你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CallAutomationClient.CreateGroupCallAsync 方法

定义

创建对目标标识的传出组调用。

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.CreateCallResult>> CreateGroupCallAsync (Azure.Communication.CallAutomation.CreateGroupCallOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateGroupCallAsync : Azure.Communication.CallAutomation.CreateGroupCallOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.CreateCallResult>>
override this.CreateGroupCallAsync : Azure.Communication.CallAutomation.CreateGroupCallOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.CreateCallResult>>
Public Overridable Function CreateGroupCallAsync (options As CreateGroupCallOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CreateCallResult))

参数

options
CreateGroupCallOptions

CreateCall 请求的选项。

cancellationToken
CancellationToken

取消标记。

返回

例外

options 为 null。

options CallbackUri 的格式不正确。

服务器返回了错误。 有关从服务器返回的详细信息,请参阅 Message

适用于