Uses of Class
com.twilio.twiml.voice.Siprec.Track
-
Packages that use Siprec.Track Package Description com.twilio.twiml.voice -
-
Uses of Siprec.Track in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Siprec.Track Modifier and Type Method Description Siprec.TrackSiprec. getTrack()Track to be streamed to remote servicestatic Siprec.TrackSiprec.Track. valueOf(String name)Returns the enum constant of this type with the specified name.static Siprec.Track[]Siprec.Track. 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 Siprec.Track Modifier and Type Method Description Siprec.BuilderSiprec.Builder. track(Siprec.Track track)Track to be streamed to remote service
-