public class Conference extends TwiML
<Conference>| Modifier and Type | Class and Description |
|---|---|
static class |
Conference.Beep |
static class |
Conference.Builder
Create a new
<Conference> element |
static class |
Conference.Event |
static class |
Conference.Record |
static class |
Conference.RecordingEvent |
static class |
Conference.Region |
static class |
Conference.Trim |
| Modifier and Type | Method and Description |
|---|---|
Conference.Beep |
getBeep()
Play beep when joining
|
URI |
getEventCallbackUrl()
Event callback URL
|
Integer |
getMaxParticipants()
Maximum number of participants
|
String |
getName()
Conference name
|
Conference.Record |
getRecord()
Record the conference
|
URI |
getRecordingStatusCallback()
Recording status callback URL
|
List<Conference.RecordingEvent> |
getRecordingStatusCallbackEvents()
Recording status callback events
|
HttpMethod |
getRecordingStatusCallbackMethod()
Recording status callback URL method
|
Conference.Region |
getRegion()
Conference region
|
URI |
getStatusCallback()
Status callback URL
|
List<Conference.Event> |
getStatusCallbackEvents()
Events to call status callback URL
|
HttpMethod |
getStatusCallbackMethod()
Status callback URL method
|
Conference.Trim |
getTrim()
Trim the conference recording
|
HttpMethod |
getWaitMethod()
Wait URL method
|
URI |
getWaitUrl()
Wait URL
|
String |
getWhisper()
Call whisper
|
Boolean |
isEndConferenceOnExit()
End the conferenceon exit
|
Boolean |
isMuted()
Join the conference muted
|
Boolean |
isStartConferenceOnEnter()
Start the conference on enter
|
equals, getChildren, getOptions, getTagName, hashCode, toString, toUrl, toXmlpublic Boolean isMuted()
public Conference.Beep getBeep()
public Boolean isStartConferenceOnEnter()
public Boolean isEndConferenceOnExit()
public URI getWaitUrl()
public HttpMethod getWaitMethod()
public Integer getMaxParticipants()
public Conference.Record getRecord()
public Conference.Region getRegion()
public String getWhisper()
public Conference.Trim getTrim()
public List<Conference.Event> getStatusCallbackEvents()
public URI getStatusCallback()
public HttpMethod getStatusCallbackMethod()
public URI getRecordingStatusCallback()
public HttpMethod getRecordingStatusCallbackMethod()
public List<Conference.RecordingEvent> getRecordingStatusCallbackEvents()
public URI getEventCallbackUrl()
public String getName()
Copyright © 2016 Twilio, Inc. All Rights Reserved.