Uses of Class
com.twilio.twiml.voice.Conference.Trim
-
Packages that use Conference.Trim Package Description com.twilio.twiml.voice -
-
Uses of Conference.Trim in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Conference.Trim Modifier and Type Method Description Conference.Trim
Conference. getTrim()
Trim the conference recordingstatic Conference.Trim
Conference.Trim. valueOf(String name)
Returns the enum constant of this type with the specified name.static Conference.Trim[]
Conference.Trim. 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.Trim Modifier and Type Method Description Conference.Builder
Conference.Builder. trim(Conference.Trim trim)
Trim the conference recording
-