Uses of Class
com.twilio.twiml.voice.Conference.RecordingEvent
-
Packages that use Conference.RecordingEvent Package Description com.twilio.twiml.voice -
-
Uses of Conference.RecordingEvent in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Conference.RecordingEvent Modifier and Type Method Description static Conference.RecordingEventConference.RecordingEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static Conference.RecordingEvent[]Conference.RecordingEvent. 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.RecordingEvent Modifier and Type Method Description List<Conference.RecordingEvent>Conference. getRecordingStatusCallbackEvents()Recording status callback eventsMethods in com.twilio.twiml.voice with parameters of type Conference.RecordingEvent Modifier and Type Method Description Conference.BuilderConference.Builder. recordingStatusCallbackEvents(Conference.RecordingEvent recordingStatusCallbackEvent)Recording status callback eventsMethod parameters in com.twilio.twiml.voice with type arguments of type Conference.RecordingEvent Modifier and Type Method Description Conference.BuilderConference.Builder. recordingStatusCallbackEvents(List<Conference.RecordingEvent> recordingStatusCallbackEvent)Recording status callback events
-