Uses of Class
com.vonage.client.voice.VoiceResponseException
Packages that use VoiceResponseException
-
Uses of VoiceResponseException in com.vonage.client.voice
Methods in com.vonage.client.voice that return VoiceResponseExceptionModifier and TypeMethodDescriptionstatic VoiceResponseExceptionCreates an instance of this class from a JSON payload.Methods in com.vonage.client.voice that throw VoiceResponseExceptionModifier and TypeMethodDescriptionvoidVoiceClient.addDtmfListener(String uuid, String eventUrl) Register a listener for asynchronous DTMF events sent by a caller to an InputAction NCCO action, when the InputAction.Builder.mode(InputMode) isInputMode.ASYNCHRONOUS.voidVoiceClient.earmuffCall(String callId) Modify a call with the ModifyCallAction.EARMUFF action.voidModify a call with the ModifyCallAction.MUTE action.voidVoiceClient.removeDtmfListener(String uuid) Stop receiving updates for asynchronous DTMF events sent by a caller to an InputAction NCCO, when the InputAction.Builder.mode(InputMode) isInputMode.ASYNCHRONOUS.voidVoiceClient.terminateCall(String callId) Modify a call with the ModifyCallAction.HANGUP action.voidVoiceClient.unearmuffCall(String callId) Modify a call with the ModifyCallAction.UNEARMUFF action.voidVoiceClient.unmuteCall(String callId) Modify a call with the ModifyCallAction.UNMUTE action.