Package com.vonage.client.video
Class SipDialResponse
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.video.SipDialResponse
- All Implemented Interfaces:
Jsonable
Represents a Vonage Video SIP call.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SipDialResponse
Creates an instance of this class from a JSON payload.The video connection ID for the SIP call's connection in the video session.getId()
A unique ID for the SIP call.The video stream ID for the SIP call's stream in the OpenTok session.Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
SipDialResponse
protected SipDialResponse()
-
-
Method Details
-
getId
A unique ID for the SIP call.- Returns:
- The unique ID of the SIP conference.
-
getConnectionId
The video connection ID for the SIP call's connection in the video session. You can use this connection ID to terminate the SIP call.- Returns:
- The connection ID of the audio-only stream that is put into a video session.
-
getStreamId
The video stream ID for the SIP call's stream in the OpenTok session.- Returns:
- The stream ID of the audio-only stream that is put into a video session.
-
fromJson
Creates an instance of this class from a JSON payload.- Parameters:
json
- The JSON string to parse.- Returns:
- An instance of this class with the fields populated, if present.
-