public class Conference extends TwiML
Modifier and Type | Class and Description |
---|---|
static class |
Conference.Beep |
static class |
Conference.Builder |
static class |
Conference.Record |
TwiML.ToStringAdapter
Modifier and Type | Method and Description |
---|---|
Conference.Beep |
getBeep() |
String |
getEventCallbackUrl() |
Integer |
getMaxParticipants() |
String |
getName() |
Conference.Record |
getRecord() |
Trim |
getTrim() |
Method |
getWaitMethod() |
String |
getWaitUrl() |
Boolean |
isEndConferenceOnExit() |
Boolean |
isMuted() |
Boolean |
isStartConferenceOnEnter() |
public Boolean isMuted()
public Boolean isStartConferenceOnEnter()
public Boolean isEndConferenceOnExit()
public Integer getMaxParticipants()
public Conference.Beep getBeep()
public Conference.Record getRecord()
public Trim getTrim()
public Method getWaitMethod()
public String getWaitUrl()
public String getEventCallbackUrl()
public String getName()
Copyright © 2011 Twilio, Inc. All Rights Reserved.