Uses of Class
com.vonage.client.voice.Call.Builder
Packages that use Call.Builder
-
Uses of Call.Builder in com.vonage.client.voice
Methods in com.vonage.client.voice that return Call.BuilderModifier and TypeMethodDescriptionCall.Builder.advancedMachineDetection(AdvancedMachineDetection advancedMachineDetection) Configure the behavior of Vonage's advanced machine detection.Call.Builder.answerMethod(HttpMethod answerMethod) The HTTP method used to send event information toanswer_url.The webhook endpoint where you provide the Nexmo Call Control Object that governs this call.static Call.BuilderCall.builder()Entrypoint for constructing an instance of this class.Call.Builder.eventMethod(HttpMethod eventMethod) The HTTP method used to send event information toevent_url.The webhook endpoint where call progress events are sent to.Connect to a Phone (PSTN) number.Call.Builder.fromRandomNumber(boolean fromRandomNumber) Set to @{code true} to use random phone number as the caller.Call.Builder.lengthTimer(int lengthTimer) Sets the number of seconds that elapse before Vonage hangs up after the call is answered.Call.Builder.machineDetection(MachineDetection machineDetection) Configure the behavior when Vonage detects that the call is answered by voicemail.Sets the actions to take on the call.Call.Builder.ncco(Collection<? extends Action> nccos) Sets the actions to take on the call.Call.Builder.ringingTimer(int ringingTimer) Sets the number of seconds that elapse before Vonage hangs up after the call state changes to ‘ringing’.Sets the endpoints (recipients) of the call.