Uses of Class
com.vonage.client.video.SipDialRequest.Builder
Packages that use SipDialRequest.Builder
-
Uses of SipDialRequest.Builder in com.vonage.client.video
Methods in com.vonage.client.video that return SipDialRequest.BuilderModifier and TypeMethodDescription(OPTIONAL) Define a custom header to be added to the SIP INVITE request initiated from Vonage to your SIP platform.SipDialRequest.Builder.addHeaders(Map<String, String> headers) (OPTIONAL) Define custom headers (i.e. those starting with "X-") to be added to the SIP INVITE request initiated from Vonage to your SIP platform.static SipDialRequest.BuilderSipDialRequest.builder()Instantiates a Builder, used to construct this object.(OPTIONAL) The number or string that will be sent to the final SIP number as the caller.SipDialRequest.Builder.observeForceMute(boolean observeForceMute) (OPTIONAL) flag that indicates whether the SIP end point observes force mute moderation (true) or not (false, the default).(OPTIONAL) The password corresponding to the username for to be used in the SIP INVITE request.SipDialRequest.Builder.secure(boolean secure) (OPTIONAL) Flag that indicates whether the media must be transmitted encrypted (true) or not (false, the default).(REQUIRED) The SIP URI to be used as destination of the SIP call initiated from Vonage to your SIP platform.(OPTIONAL, but REQUIRED ifpassword(String)is provided) The username to be used in the SIP INVITE request for HTTP digest authentication, if it is required by your SIP platform.SipDialRequest.Builder.video(boolean video) (OPTIONAL) Flag that indicates whether the SIP call will include video (true) or not (false, the default).