com.hoiio.sdk.objects.voice
Class Conference
java.lang.Object
com.hoiio.sdk.objects.HoiioResponse
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 |
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
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.