Package com.vonage.client.video
Class ConnectResponse
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.video.ConnectResponse
- All Implemented Interfaces:
Jsonable
Represents the response from
VideoClient.startCaptions(CaptionsRequest).- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionThe connection ID for the Audio Connector WebSocket connection in the Vonage Video session.getId()A unique identifier for the Audio Connector WebSocket connection.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
-
getId
A unique identifier for the Audio Connector WebSocket connection.- Returns:
- The connection ID.
-
getConnectionId
The connection ID for the Audio Connector WebSocket connection in the Vonage Video session.- Returns:
- The connection UUID.
-