|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.twilio.sdk.verbs.Verb
com.twilio.sdk.verbs.Conference
public class Conference
The Class Conference.
| Field Summary |
|---|
| Fields inherited from class com.twilio.sdk.verbs.Verb |
|---|
V_CLIENT, V_CONFERENCE, V_DIAL, V_ENQUEUE, V_GATHER, V_HANGUP, V_LEAVE, V_NUMBER, V_PAUSE, V_PLAY, V_QUEUE, V_RECORD, V_REDIRECT, V_REJECT, V_RESPONSE, V_SAY, V_SMS |
| Constructor Summary | |
|---|---|
Conference(String name)
Instantiates a new conference. |
|
| Method Summary | |
|---|---|
void |
setBeep(Boolean bool)
Sets the beep. |
void |
setEndConferenceOnExit(Boolean bool)
Sets the end conference on exit. |
void |
setMaxParticipants(int i)
Sets the maximum number of participants you want to allow |
void |
setMuted(Boolean bool)
Sets the muted. |
void |
setStartConferenceOnEnter(Boolean bool)
Sets the start conference on enter. |
void |
setWaitMethod(String method)
Sets the wait method. |
void |
setWaitUrl(String url)
Sets the wait url. |
| Methods inherited from class com.twilio.sdk.verbs.Verb |
|---|
append, asURL, getAttributes, getBody, getChildren, getTag, set, toXML |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Conference(String name)
name - the name| Method Detail |
|---|
public void setMuted(Boolean bool)
bool - the new mutedpublic void setBeep(Boolean bool)
bool - the new beeppublic void setStartConferenceOnEnter(Boolean bool)
bool - the new start conference on enterpublic void setEndConferenceOnExit(Boolean bool)
bool - the new end conference on exitpublic void setWaitMethod(String method)
method - the new wait methodpublic void setWaitUrl(String url)
url - the new wait urlpublic void setMaxParticipants(int i)
i - the new maxParticipants value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||