| Package | Description |
|---|---|
| com.twilio.sdk.resource.factory | |
| com.twilio.sdk.resource.instance | |
| com.twilio.sdk.resource.list |
| Modifier and Type | Method and Description |
|---|---|
Call |
CallFactory.create(List<org.apache.http.NameValuePair> params)
Creates the Call.
|
Call |
CallFactory.create(Map<String,String> params)
Creates the Call.
|
| Modifier and Type | Method and Description |
|---|---|
Call |
Call.cancel()
Cancel.
|
Call |
Account.getCall(String sid)
Get a given call instance by sid
|
Call |
Call.hangup()
Hangup.
|
Call |
Call.redirect(String url,
String method)
Redirect.
|
| Modifier and Type | Method and Description |
|---|---|
Call |
CallList.create(List<org.apache.http.NameValuePair> params) |
Call |
CallList.create(Map<String,String> params) |
Copyright © 2011 Twilio, Inc. All Rights Reserved.