com.twilio.sdk.verbs
Class Conference

java.lang.Object
  extended by com.twilio.sdk.verbs.Verb
      extended by com.twilio.sdk.verbs.Conference

public class Conference
extends Verb

The Class Conference.


Field Summary
static String BEEP_FALSE
           
static String BEEP_ONENTER
           
static String BEEP_ONEXIT
           
static String BEEP_TRUE
           
 
Fields inherited from class com.twilio.sdk.verbs.Verb
V_BODY, V_CLIENT, V_CONFERENCE, V_DIAL, V_ENQUEUE, V_GATHER, V_HANGUP, V_LEAVE, V_MEDIA, V_MESSAGE, V_NUMBER, V_PAUSE, V_PLAY, V_QUEUE, V_RECORD, V_REDIRECT, V_REJECT, V_RESPONSE, V_SAY, V_SIP, V_SMS, V_URI
 
Constructor Summary
Conference(String name)
          Instantiates a new conference.
 
Method Summary
 void setBeep(String value)
          Sets the beep behavior.
 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, toEscapedXML, toXML
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEEP_TRUE

public static final String BEEP_TRUE
See Also:
Constant Field Values

BEEP_FALSE

public static final String BEEP_FALSE
See Also:
Constant Field Values

BEEP_ONEXIT

public static final String BEEP_ONEXIT
See Also:
Constant Field Values

BEEP_ONENTER

public static final String BEEP_ONENTER
See Also:
Constant Field Values
Constructor Detail

Conference

public Conference(String name)
Instantiates a new conference.

Parameters:
name - the name
Method Detail

setMuted

public void setMuted(Boolean bool)
Sets the muted.

Parameters:
bool - the new muted

setBeep

public void setBeep(String value)
Sets the beep behavior.

Parameters:
value - the new beep behavior

setStartConferenceOnEnter

public void setStartConferenceOnEnter(Boolean bool)
Sets the start conference on enter.

Parameters:
bool - the new start conference on enter

setEndConferenceOnExit

public void setEndConferenceOnExit(Boolean bool)
Sets the end conference on exit.

Parameters:
bool - the new end conference on exit

setWaitMethod

public void setWaitMethod(String method)
Sets the wait method.

Parameters:
method - the new wait method

setWaitUrl

public void setWaitUrl(String url)
Sets the wait url.

Parameters:
url - the new wait url

setMaxParticipants

public void setMaxParticipants(int i)
Sets the maximum number of participants you want to allow

Parameters:
i - the new maxParticipants value


Copyright © 2011 Twilio, Inc. All Rights Reserved.