| Package | Description |
|---|---|
| com.twilio.twiml.voice |
| Modifier and Type | Method and Description |
|---|---|
static Conference.Event |
Conference.Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Conference.Event[] |
Conference.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Conference.Event> |
Conference.getStatusCallbackEvents()
Events to call status callback URL
|
| Modifier and Type | Method and Description |
|---|---|
Conference.Builder |
Conference.Builder.statusCallbackEvents(Conference.Event statusCallbackEvent)
Events to call status callback URL
|
| Modifier and Type | Method and Description |
|---|---|
Conference.Builder |
Conference.Builder.statusCallbackEvents(List<Conference.Event> statusCallbackEvent)
Events to call status callback URL
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.