public class Conference extends Verb
| Constructor and Description |
|---|
Conference(String name)
Instantiates a new conference.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
append, asURL, getAttributes, getBody, getChildren, getTag, set, toXMLpublic Conference(String name)
name - the namepublic 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 valueCopyright © 2011 Twilio, Inc. All Rights Reserved.