Package | Description |
---|---|
com.twilio.sdk.creator.api.v2010.account | |
com.twilio.sdk.resource.api.v2010.account |
Modifier and Type | Method and Description |
---|---|
CallCreator |
CallCreator.setFallbackMethod(HttpMethod fallbackMethod)
The HTTP method that Twilio should use to request the `FallbackUrl`.
|
CallCreator |
CallCreator.setFallbackUrl(String fallbackUrl)
A URL that Twilio will request if an error occurs requesting or executing the
TwiML at `Url`.
|
CallCreator |
CallCreator.setFallbackUrl(URI fallbackUrl)
A URL that Twilio will request if an error occurs requesting or executing the
TwiML at `Url`.
|
CallCreator |
CallCreator.setIfMachine(String ifMachine)
Tell Twilio to try and determine if a machine (like voicemail) or a human has
answered the call.
|
CallCreator |
CallCreator.setMethod(HttpMethod method)
The HTTP method Twilio should use when requesting the URL.
|
CallCreator |
CallCreator.setRecord(Boolean record)
Set this parameter to true to record the entirety of a phone call.
|
CallCreator |
CallCreator.setSendDigits(String sendDigits)
A string of keys to dial after connecting to the number.
|
CallCreator |
CallCreator.setStatusCallback(String statusCallback)
A URL that Twilio will request when the call ends to notify your app.
|
CallCreator |
CallCreator.setStatusCallback(URI statusCallback)
A URL that Twilio will request when the call ends to notify your app.
|
CallCreator |
CallCreator.setStatusCallbackMethod(HttpMethod statusCallbackMethod)
The HTTP method that Twilio should use to request the `StatusCallback`.
|
CallCreator |
CallCreator.setTimeout(Integer timeout)
The integer number of seconds that Twilio should allow the phone to ring
before assuming there is no answer.
|
Modifier and Type | Method and Description |
---|---|
static CallCreator |
Call.create(String accountSid,
PhoneNumber to,
PhoneNumber from,
String applicationSid)
Create a CallCreator to execute create.
|
static CallCreator |
Call.create(String accountSid,
PhoneNumber to,
PhoneNumber from,
URI url)
Create a CallCreator to execute create.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.