Uses of Class
com.vonage.client.application.capabilities.Voice.Builder
Packages that use Voice.Builder
-
Uses of Voice.Builder in com.vonage.client.application.capabilities
Methods in com.vonage.client.application.capabilities that return Voice.BuilderModifier and TypeMethodDescriptionVoice.Builder.addWebhook(Webhook.Type type, Webhook webhook) static Voice.BuilderVoice.builder()Entry point for constructing an instance of this class.Voice.Builder.conversationsTtl(int ttl) The length of time named conversations will remain active for after creation, in hours. 0 means infinite.Voice.Builder.legPersistenceTime(int legPersistenceTime) Persistence duration for conversation legs, in days.Selecting a region means all inbound, programmable SIP and SIP connect calls will be sent to the selected region unless the call is sent to a regional endpoint, if the call is using a regional endpoint this will override the application setting.Voice.Builder.removeWebhook(Webhook.Type type) Voice.Builder.signedCallbacks(boolean signed) Whether to use signed webhooks.