public class Sip extends TwiML
<Sip>| Modifier and Type | Class and Description |
|---|---|
static class |
Sip.Builder
Create a new
<Sip> element |
static class |
Sip.Event |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
getMethod()
Action URL method
|
String |
getPassword()
SIP Password
|
URI |
getSipUrl()
SIP URL
|
URI |
getStatusCallback()
Status callback URL
|
List<Sip.Event> |
getStatusCallbackEvents()
Status callback events
|
HttpMethod |
getStatusCallbackMethod()
Status callback URL method
|
URI |
getUrl()
Action URL
|
String |
getUsername()
SIP Username
|
equals, getChildren, getOptions, getTagName, hashCode, toString, toUrl, toXmlpublic String getUsername()
public String getPassword()
public URI getUrl()
public HttpMethod getMethod()
public List<Sip.Event> getStatusCallbackEvents()
public URI getStatusCallback()
public HttpMethod getStatusCallbackMethod()
public URI getSipUrl()
Copyright © 2016 Twilio, Inc. All Rights Reserved.