Package com.twilio.twiml.voice
Class Siprec
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.Siprec
-
public class Siprec extends TwiML
TwiML wrapper for<Siprec>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSiprec.BuilderCreate a new<Siprec>elementstatic classSiprec.Track
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConnectorName()Unique name for ConnectorStringgetName()Friendly name given to SIPRECSiprec.TrackgetTrack()Track to be streamed to remote service-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getName
public String getName()
Friendly name given to SIPREC- Returns:
- Friendly name given to SIPREC
-
getConnectorName
public String getConnectorName()
Unique name for Connector- Returns:
- Unique name for Connector
-
getTrack
public Siprec.Track getTrack()
Track to be streamed to remote service- Returns:
- Track to be streamed to remote service
-
-