CallAutomationClient.CreateGroupCallAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create an outgoing group call to target identities.
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))
Parameters
- options
- CreateGroupCallOptions
Options for the CreateCall request.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Exceptions
options
is null.
options
CallbackUri is not formatted correctly.
The server returned an error. See Message for details returned from the server.