com.hoiio.sdk.objects.voice
Class Conference

java.lang.Object
  extended by com.hoiio.sdk.objects.HoiioResponse
      extended by com.hoiio.sdk.objects.voice.Conference

public class Conference
extends HoiioResponse


Constructor Summary
Conference(net.sf.json.JSONObject output)
          Constructs a new Conference object by decoding the JSONObject as a response from the HTTP Request
 
Method Summary
 String getRoom()
          Gets the room ID
 String getTxnRefs()
          Get the list of unique reference IDs for the call transactions.
 
Methods inherited from class com.hoiio.sdk.objects.HoiioResponse
getContent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Conference

public Conference(net.sf.json.JSONObject output)
Constructs a new Conference object by decoding the JSONObject as a response from the HTTP Request

Parameters:
output - The response of the HTTP Request
Method Detail

getRoom

public String getRoom()
Gets the room ID

Returns:
A text string representing the conference room ID.

getTxnRefs

public String getTxnRefs()
Get the list of unique reference IDs for the call transactions. Transaction reference ID are in the same order of the destination numbers provided. This parameter will not be present if the request was not successful.

Returns:
A comma-seperated list of unique reference ID for the call transactions.