Uses of Class
com.azure.communication.callautomation.models.SendDtmfTonesResult
Packages that use SendDtmfTonesResult
Package
Description
Package containing the classes for AzureCommunicationCallingServer.
-
Uses of SendDtmfTonesResult in com.azure.communication.callautomation
Methods in com.azure.communication.callautomation that return SendDtmfTonesResultModifier and TypeMethodDescriptionCallMedia.sendDtmfTones(List<DtmfTone> tones, CommunicationIdentifier targetParticipant) Sends Dtmf tonesMethods in com.azure.communication.callautomation that return types with arguments of type SendDtmfTonesResultModifier and TypeMethodDescriptionCallMediaAsync.sendDtmfTones(List<DtmfTone> tones, CommunicationIdentifier targetParticipant) Send DTMF tonescom.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