public class Conference extends BaseModelObject
| Modifier and Type | Class and Description |
|---|---|
class |
Conference.ConferenceAudioBuilder |
client, dateFormat, parentUri, properties| Constructor and Description |
|---|
Conference(BandwidthRestClient client,
String parentUri,
org.json.simple.JSONObject jsonObject) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete()
Terminates conference.
|
Conference.ConferenceAudioBuilder |
conferenceAudioBuilder()
Creates new builder for playing an audio file or speaking a sentence in a conference.
|
Long |
getActiveMembers() |
Long |
getCallbackTimeout() |
String |
getCallbackUrl() |
Date |
getCompletedTime() |
Date |
getCreatedTime() |
String |
getFallbackUrl() |
String |
getFrom() |
List<ConferenceMember> |
getMembers()
Gets list all members from a conference.
|
String |
getState() |
void |
mute()
Prevent all members from speaking.
|
String |
toString() |
getId, getProperty, getPropertyAsBoolean, getPropertyAsDate, getPropertyAsDouble, getPropertyAsLong, getPropertyAsString, getPropertyAsStringArray, getUri, putProperty, toMap, updatePropertiespublic Conference(BandwidthRestClient client, String parentUri, org.json.simple.JSONObject jsonObject)
public String getFrom()
public String getCallbackUrl()
public String getFallbackUrl()
public String getState()
public Long getActiveMembers()
public Long getCallbackTimeout()
public Date getCompletedTime()
public Date getCreatedTime()
public void complete()
throws IOException
IOExceptionpublic void mute()
throws IOException
IOExceptionpublic List<ConferenceMember> getMembers() throws IOException
IOExceptionpublic Conference.ConferenceAudioBuilder conferenceAudioBuilder()
conference.conferenceAudioBuilder().fileUrl("url_to_file").create();Copyright © 2014. All rights reserved.