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 class
Siprec.Builder
Create a new<Siprec>
elementstatic class
Siprec.StatusCallbackMethod
static class
Siprec.Track
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConnectorName()
Unique name for ConnectorString
getName()
Friendly name given to SIPRECString
getStatusCallback()
Status Callback URLSiprec.StatusCallbackMethod
getStatusCallbackMethod()
Status Callback URL methodSiprec.Track
getTrack()
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
-
getStatusCallback
public String getStatusCallback()
Status Callback URL- Returns:
- Status Callback URL
-
getStatusCallbackMethod
public Siprec.StatusCallbackMethod getStatusCallbackMethod()
Status Callback URL method- Returns:
- Status Callback URL method
-
-