Uses of Class
com.twilio.twiml.voice.Dial.RecordingTrack
-
Packages that use Dial.RecordingTrack Package Description com.twilio.twiml.voice -
-
Uses of Dial.RecordingTrack in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Dial.RecordingTrack Modifier and Type Method Description Dial.RecordingTrackDial. getRecordingTrack()To indicate which audio track should be recordedstatic Dial.RecordingTrackDial.RecordingTrack. valueOf(String name)Returns the enum constant of this type with the specified name.static Dial.RecordingTrack[]Dial.RecordingTrack. 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 Dial.RecordingTrack Modifier and Type Method Description Dial.BuilderDial.Builder. recordingTrack(Dial.RecordingTrack recordingTrack)To indicate which audio track should be recorded
-