public class Conference extends InstanceResource<TwilioRestClient>
| Constructor and Description |
|---|
Conference(TwilioRestClient client)
Instantiates a new conference.
|
Conference(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new conference.
|
Conference(TwilioRestClient client,
String sid)
Instantiates a new conference.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountSid()
Gets the account sid.
|
Date |
getDateCreated()
Gets the date created.
|
Date |
getDateUpdated()
Gets the date updated.
|
String |
getFriendlyName()
Gets the friendly name.
|
Participant |
getParticipant(String callSid)
Retrieve a Participant from a conference
|
ParticipantList |
getParticipants()
Get the participant list
|
String |
getSid()
Gets the sid.
|
String |
getStatus()
Gets the status.
|
getCastedObject, getObject, getProperty, toJSON, update, updatesetRequestAccountSidpublic Conference(TwilioRestClient client)
client - the clientpublic Conference(TwilioRestClient client, String sid)
client - the clientsid - the sidpublic Conference(TwilioRestClient client, Map<String,Object> properties)
client - the clientproperties - the propertiespublic String getSid()
public Date getDateCreated()
public Date getDateUpdated()
public String getAccountSid()
public String getFriendlyName()
public String getStatus()
public ParticipantList getParticipants()
public Participant getParticipant(String callSid)
Copyright © 2011 Twilio, Inc. All Rights Reserved.