Uses of Class
com.azure.communication.callautomation.models.CancelAddParticipantOperationResult
Packages that use CancelAddParticipantOperationResult
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
-
Uses of CancelAddParticipantOperationResult in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation that return CancelAddParticipantOperationResultModifier and TypeMethodDescriptionCallConnection.cancelAddParticipantOperation(String invitationId) Cancel add participant operation request.Methods in com.azure.communication.callautomation that return types with arguments of type CancelAddParticipantOperationResultModifier and TypeMethodDescriptionCallConnectionAsync.cancelAddParticipantOperation(String invitationId) Cancel add participant operation request.com.azure.core.http.rest.Response<CancelAddParticipantOperationResult> CallConnection.cancelAddParticipantOperationWithResponse(CancelAddParticipantOperationOptions cancelAddParticipantOperationOptions, com.azure.core.util.Context context) Cancel add participant operation request.Mono<com.azure.core.http.rest.Response<CancelAddParticipantOperationResult>> CallConnectionAsync.cancelAddParticipantOperationWithResponse(CancelAddParticipantOperationOptions cancelAddParticipantOperationOptions) Cancel add participant operation request.