Class CreateSessionResponse

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

  • Constructor Details

  • Method Details

    • getSessionId

      public String getSessionId()
      Returns:
      The session ID.
    • getApplicationId

      Returns:
      The application ID.
    • getCreateDt

      public String getCreateDt()
      Returns:
      The creation date.
    • getMediaServerUrl

      Returns:
      The URL of the Media Router used by the session.
    • fromJson

      public static CreateSessionResponse 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.