Class SipDialResponse

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.video.SipDialResponse
All Implemented Interfaces:
Jsonable

public class SipDialResponse extends JsonableBaseObject
Represents a Vonage Video SIP call.
  • Constructor Details

  • Method Details

    • getId

      public String 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

      public String 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

      public static SipDialResponse fromJson(String json)
      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.