Package com.vonage.client.video
Class ConnectRequest
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.video.ConnectRequest
- All Implemented Interfaces:
Jsonable
Defines properties used for Audio Connector.
- Since:
- 8.5.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder for defining the fields in a ConnectRequest object. -
Method Summary
Modifier and TypeMethodDescriptionstatic ConnectRequest.Builderbuilder()Entry point for constructing an instance of this class.Unique identifier of the Vonage Video session.getToken()JSON Web Token with the appropriate roles for this request.WebSocket parameters.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
-
getWebsocket
WebSocket parameters.- Returns:
- The websocket properties.
-
builder
Entry point for constructing an instance of this class.- Returns:
- A new 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.
-