Uses of Enum Class
com.vonage.client.application.capabilities.Region
Packages that use Region
-
Uses of Region in com.vonage.client.application.capabilities
Methods in com.vonage.client.application.capabilities that return RegionModifier and TypeMethodDescriptionstatic RegionRegion.fromString(String value) Voice.getRegion()The region which all inbound, programmable SIP and SIP connect calls will be sent to unless the call is sent to a regional endpoint, if the call is using a regional endpoint this will override the application setting.static RegionReturns the enum constant of this class with the specified name.static Region[]Region.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.application.capabilities with parameters of type RegionModifier and TypeMethodDescriptionSelecting 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.