Uses of Class
com.azure.communication.callautomation.models.CreateCallResult
Packages that use CreateCallResult
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
-
Uses of CreateCallResult in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation that return CreateCallResultModifier and TypeMethodDescriptionCallAutomationClient.createCall(CallInvite targetParticipant, String callbackUrl) Create a call connection request from a source identity to a target identity.CallAutomationClient.createGroupCall(List<CommunicationIdentifier> targetParticipants, String callbackUrl) Create a call connection request from a source identity to a list of target identity.Methods in com.azure.communication.callautomation that return types with arguments of type CreateCallResultModifier and TypeMethodDescriptionCallAutomationAsyncClient.createCall(CallInvite targetParticipant, String callbackUrl) Create a call connection request from a source identity to a target identity.Mono<com.azure.core.http.rest.Response<CreateCallResult>> CallAutomationAsyncClient.createCallWithResponse(CreateCallOptions createCallOptions) Create a call connection request from a source identity to a target identity.com.azure.core.http.rest.Response<CreateCallResult> CallAutomationClient.createCallWithResponse(CreateCallOptions createCallOptions, com.azure.core.util.Context context) Create a call connection request from a source identity to a target identity.CallAutomationAsyncClient.createGroupCall(List<CommunicationIdentifier> targetParticipants, String callbackUrl) Create a call connection request from a source identity to a list of target identity.Mono<com.azure.core.http.rest.Response<CreateCallResult>> CallAutomationAsyncClient.createGroupCallWithResponse(CreateGroupCallOptions createGroupCallOptions) Create a group call connection request from a source identity to multiple identities.com.azure.core.http.rest.Response<CreateCallResult> CallAutomationClient.createGroupCallWithResponse(CreateGroupCallOptions createGroupCallOptions, com.azure.core.util.Context context) Create a group call connection request from a source identity to multiple identities.