Uses of Class
com.azure.communication.callautomation.models.TransferCallToParticipantOptions
Packages that use TransferCallToParticipantOptions
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of TransferCallToParticipantOptions in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation with parameters of type TransferCallToParticipantOptionsModifier and TypeMethodDescriptioncom.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. -
Uses of TransferCallToParticipantOptions in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return TransferCallToParticipantOptionsModifier and TypeMethodDescriptionTransferCallToParticipantOptions.setOperationCallbackUrl(String operationCallbackUrl) Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.TransferCallToParticipantOptions.setOperationContext(String operationContext) Set the operationContext.TransferCallToParticipantOptions.setSourceCallerIdNumber(PhoneNumberIdentifier sourceCallerIdNumber) Set the sourceCallerIdNumber.TransferCallToParticipantOptions.setTransferee(CommunicationIdentifier transferee) Set the participant who is being transferred away.