Uses of Class
com.azure.communication.callautomation.models.TransferCallResult
Packages that use TransferCallResult
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
-
Uses of TransferCallResult in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation that return TransferCallResultModifier and TypeMethodDescriptionCallConnection.transferCallToParticipant(CommunicationIdentifier targetParticipant) Transfer the call to a participant.Methods in com.azure.communication.callautomation that return types with arguments of type TransferCallResultModifier and TypeMethodDescriptionCallConnectionAsync.transferCallToParticipant(CommunicationIdentifier targetParticipant) Transfer the call to a participant.com.azure.core.http.rest.Response<TransferCallResult> CallConnection.transferCallToParticipantWithResponse(TransferCallToParticipantOptions transferCallToParticipantOptions, com.azure.core.util.Context context) Transfer the call to a participant.Mono<com.azure.core.http.rest.Response<TransferCallResult>> CallConnectionAsync.transferCallToParticipantWithResponse(TransferCallToParticipantOptions transferCallToParticipantOptions) Transfer the call to a participant.