Package com.vonage.client.video
Class SipDialRequest
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.video.SipDialRequest
- All Implemented Interfaces:
Jsonable
Represents an outbound SIP dial request's properties.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classUsed to create an SipDialRequest object. -
Method Summary
Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Method Details
-
getUri
-
getFrom
-
getHeaders
-
getUsername
-
getPassword
-
getSecure
-
getVideo
-
getObserveForceMute
-
builder
Instantiates a Builder, used to construct this object.- Returns:
- A new SipDialRequest.Builder.
-
getSessionId
Unique identifier of the Vonage Video session.- Returns:
- The session ID as a string.
-
getToken
JSON Web Token with the appropriate roles for this request.- Returns:
- The Base64-encoded JWT as a string.
-