Skip navigation links
A C D G H I L M O R S U V W 

A

accept(Context, Call.Listener) - Method in class com.twilio.voice.CallInvite
Accepts the Call.
AccessTokenInvalidRegistrationException - Static variable in exception com.twilio.voice.RegistrationException
 
AuthorizationInvalidAccessTokenException - Static variable in exception com.twilio.voice.CallException
 

C

Call - Class in com.twilio.voice
Represents an incoming call from Twilio to Voice SDK.
call(Context, String, Map<String, String>, Call.Listener) - Static method in class com.twilio.voice.Voice
Creates a new OutgoingCall.
Call.Listener - Interface in com.twilio.voice
Call.Listener interface defines a set of callbacks for events related to call.
CALL_EXCEPTION_INVALID_ISSUER_SUBJECT - Static variable in exception com.twilio.voice.CallException
 
CALL_EXCEPTION_INVALID_SIGNATURE - Static variable in exception com.twilio.voice.CallException
 
CALL_EXCEPTION_INVALID_TTL - Static variable in exception com.twilio.voice.CallException
 
CallConnectionTimeoutException - Static variable in exception com.twilio.voice.CallException
 
CallException - Exception in com.twilio.voice
Exceptions related to making and receiving calls.
CallException(int, String, String) - Constructor for exception com.twilio.voice.CallException
 
CallGenericErrorException - Static variable in exception com.twilio.voice.CallException
 
CallInvite - Class in com.twilio.voice
Represents an incoming call FCM message from Twilio.
CallInvite.State - Enum in com.twilio.voice
 
CallState - Enum in com.twilio.voice
An enum describing the possible states of a Call.
CallTransportException - Static variable in exception com.twilio.voice.CallException
 
CallTwiMLApplicationNotFoundException - Static variable in exception com.twilio.voice.CallException
 
com.twilio.voice - package com.twilio.voice
 
CREATOR - Static variable in class com.twilio.voice.CallInvite
 

D

describeContents() - Method in class com.twilio.voice.CallInvite
 
disconnect() - Method in class com.twilio.voice.Call
Disconnects the Call.

G

getCallSid() - Method in class com.twilio.voice.CallInvite
Returns the CallSid.
getErrorCode() - Method in exception com.twilio.voice.VoiceException
 
getExplanation() - Method in exception com.twilio.voice.VoiceException
Returns the explanation related to the exception.
getFrom() - Method in class com.twilio.voice.Call
Returns the caller information when available.
getFrom() - Method in class com.twilio.voice.CallInvite
Returns the caller information.
getLogLevel() - Static method in class com.twilio.voice.Voice
Returns the logging level for messages logged by the Voice SDK.
getMessage() - Method in exception com.twilio.voice.VoiceException
 
getModuleLogLevel(LogModule) - Static method in class com.twilio.voice.Voice
Returns the logging level for messages logged by the specified LogModule.
getSid() - Method in class com.twilio.voice.Call
Returns the call sid.
getState() - Method in class com.twilio.voice.Call
Returns the current state of the call.
getState() - Method in class com.twilio.voice.CallInvite
Returns the current state of the call invite.
getTo() - Method in class com.twilio.voice.Call
Returns the callee information when available.
getTo() - Method in class com.twilio.voice.CallInvite
Returns the callee information.
getVersion() - Static method in class com.twilio.voice.Voice
Returns the version of the Voice SDK.

H

handleMessage(Context, Map<String, String>, MessageListener) - Static method in class com.twilio.voice.Voice
Handle messages from FCM

I

InvalidFCMDataMessageException - Static variable in exception com.twilio.voice.MessageException
 
isMuted() - Method in class com.twilio.voice.Call
Reports whether the audio input is muted.

L

LogLevel - Enum in com.twilio.voice
Logging levels available in the SDK.
LogModule - Enum in com.twilio.voice
Enumerates the modules whose logging levels can be tuned with setModuleLogLevel().

M

MalformedInvalidRequestException - Static variable in exception com.twilio.voice.CallException
 
MessageException - Exception in com.twilio.voice
 
MessageException(int, String, String) - Constructor for exception com.twilio.voice.MessageException
 
MessageListener - Interface in com.twilio.voice
The MessageListener interface defines a set of callbacks for events related to push notifications for incoming calls.
mute(boolean) - Method in class com.twilio.voice.Call
Mutes or unmutes the audio input.

O

onCallInvite(CallInvite) - Method in interface com.twilio.voice.MessageListener
Notifies the listener that an incoming call invite has been received.
onConnected(Call) - Method in interface com.twilio.voice.Call.Listener
The call has connected.
onDisconnected(Call, CallException) - Method in interface com.twilio.voice.Call.Listener
The call was disconnected.
onError(VoiceException) - Method in class com.twilio.voice.CallInvite
 
onError(MessageException) - Method in interface com.twilio.voice.MessageListener
Notifies the listener that an error occurred processing the message data.
onError(RegistrationException, String, String) - Method in interface com.twilio.voice.RegistrationListener
Reports an error related to FCM token registration.
onError(RegistrationException, String, String) - Method in interface com.twilio.voice.UnregistrationListener
Reports an error related to FCM token unregistration.
onRegistered(String, String) - Method in interface com.twilio.voice.RegistrationListener
Reports a successful FCM token registration.
onUnregistered(String, String) - Method in interface com.twilio.voice.UnregistrationListener
Reports a successful FCM token unregistration.

R

register(Context, String, String, RegistrationListener) - Static method in class com.twilio.voice.Voice
Registers with FCM token for incoming call push notifications.
RegistrationException - Exception in com.twilio.voice
Exceptions related to registering for push notifications.
RegistrationException(int, String, String) - Constructor for exception com.twilio.voice.RegistrationException
 
RegistrationListener - Interface in com.twilio.voice
RegistrationListener interface defines a set of callbacks for events related to Voice's register request.
reject(Context) - Method in class com.twilio.voice.CallInvite
Rejects the Call.
RootCertInstallFailRegistrationException - Static variable in exception com.twilio.voice.RegistrationException
 
RootCertNotFoundRegistrationException - Static variable in exception com.twilio.voice.RegistrationException
 

S

SdkInitializationException - Static variable in exception com.twilio.voice.CallException
 
SdkInvalidCodecSupportException - Static variable in exception com.twilio.voice.CallException
 
sendDigits(String) - Method in class com.twilio.voice.Call
Sends a string of DTMF digits.
setExplanation(String) - Method in exception com.twilio.voice.VoiceException
 
setLogLevel(LogLevel) - Static method in class com.twilio.voice.Voice
Sets the logging level for messages logged by the Voice SDK.
setModuleLogLevel(LogModule, LogLevel) - Static method in class com.twilio.voice.Voice
Sets the logging level for messages logged by a specific module.

U

UnknownRegistrationException - Static variable in exception com.twilio.voice.RegistrationException
 
unregister(Context, String, String, UnregistrationListener) - Static method in class com.twilio.voice.Voice
Unregisters with FCM token from receiving further incoming call push notifications.
UnregistrationListener - Interface in com.twilio.voice
UnregistrationListener interface defines a set of callbacks for events related to Voice's unregister request.

V

valueOf(String) - Static method in enum com.twilio.voice.CallInvite.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.voice.CallState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.voice.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.voice.LogModule
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.twilio.voice.CallInvite.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.voice.CallState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.voice.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.voice.LogModule
Returns an array containing the constants of this enum type, in the order they are declared.
Voice - Class in com.twilio.voice
 
Voice() - Constructor for class com.twilio.voice.Voice
 
VoiceException - Exception in com.twilio.voice
A parent class of all Voice exceptions.
VoiceException(int, String, String) - Constructor for exception com.twilio.voice.VoiceException
 

W

writeToParcel(Parcel, int) - Method in class com.twilio.voice.CallInvite
 
A C D G H I L M O R S U V W 
Skip navigation links