Uses of Class
com.twilio.twiml.voice.Conference.Event
-
Packages that use Conference.Event Package Description com.twilio.twiml.voice -
-
Uses of Conference.Event in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Conference.Event Modifier and Type Method Description static Conference.EventConference.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.Methods in com.twilio.twiml.voice that return types with arguments of type Conference.Event Modifier and Type Method Description List<Conference.Event>Conference. getStatusCallbackEvents()Events to call status callback URLMethods in com.twilio.twiml.voice with parameters of type Conference.Event Modifier and Type Method Description Conference.BuilderConference.Builder. statusCallbackEvents(Conference.Event statusCallbackEvent)Events to call status callback URLMethod parameters in com.twilio.twiml.voice with type arguments of type Conference.Event Modifier and Type Method Description Conference.BuilderConference.Builder. statusCallbackEvents(List<Conference.Event> statusCallbackEvent)Events to call status callback URL
-