Uses of Class
com.twilio.twiml.voice.Conference.Record
-
Packages that use Conference.Record Package Description com.twilio.twiml.voice -
-
Uses of Conference.Record in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Conference.Record Modifier and Type Method Description Conference.RecordConference. getRecord()Record the conferencestatic Conference.RecordConference.Record. valueOf(String name)Returns the enum constant of this type with the specified name.static Conference.Record[]Conference.Record. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.twiml.voice with parameters of type Conference.Record Modifier and Type Method Description Conference.BuilderConference.Builder. record(Conference.Record record)Record the conference
-