Uses of Class
com.twilio.twiml.voice.Conference.Beep
-
Packages that use Conference.Beep Package Description com.twilio.twiml.voice -
-
Uses of Conference.Beep in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Conference.Beep Modifier and Type Method Description Conference.BeepConference. getBeep()Play beep when joiningstatic Conference.BeepConference.Beep. valueOf(String name)Returns the enum constant of this type with the specified name.static Conference.Beep[]Conference.Beep. 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.Beep Modifier and Type Method Description Conference.BuilderConference.Builder. beep(Conference.Beep beep)Play beep when joining
-