Uses of Class
com.azure.communication.callautomation.models.SendDtmfTonesOptions
Packages that use SendDtmfTonesOptions
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
Package containing the data models for AzureCommunicationCallAutomationService.
-
Uses of SendDtmfTonesOptions in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation with parameters of type SendDtmfTonesOptionsModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SendDtmfTonesResult> CallMedia.sendDtmfTonesWithResponse(SendDtmfTonesOptions options, com.azure.core.util.Context context) Sends Dtmf tonesMono<com.azure.core.http.rest.Response<SendDtmfTonesResult>> CallMediaAsync.sendDtmfTonesWithResponse(SendDtmfTonesOptions options) Send DTMF tones -
Uses of SendDtmfTonesOptions in com.azure.communication.callautomation.models
Methods in com.azure.communication.callautomation.models that return SendDtmfTonesOptionsModifier and TypeMethodDescriptionSendDtmfTonesOptions.setOperationCallbackUrl(String operationCallbackUrl) Set a callback URI that overrides the default callback URI set by CreateCall/AnswerCall for this operation.SendDtmfTonesOptions.setOperationContext(String operationContext) Set the operationContext property.