A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
S
- sendDigits(String) - function in com.twilio.voice.Call
- Sends a string of DTMF digits.
- sendDigits(String) - function in com.twilio.voice.Call
- sendMessage(CallMessage) - function in com.twilio.voice.Call
- Sends a call message to endpoints that have subscribed for call messages.
- sendMessage(CallMessage) - function in com.twilio.voice.CallInvite
- Sends a user-defined message to endpoints that have subscribed for user-defined messages.
- setAudioDevice(AudioDevice) - function in com.twilio.voice.Voice
- Sets the custom audio device.
- setEdge(String) - function in com.twilio.voice.Voice
- Sets the edge (Twilio data center) for the SDK.
- setLevel(int) - function in com.twilio.voice.Logger
- setLogger(LoggerInterface) - function in com.twilio.voice.Voice
- Sets the logger to which all log messages will be delivered.
- setLogLevel(int) - function in com.twilio.voice.Logger
- setLogLevel(LogLevel) - function in com.twilio.voice.Voice
- Sets the logging level for messages logged by the Voice SDK.
- setRegion(String) - function in com.twilio.voice.Voice
- Sets the region (Twilio data center) for the SDK.
- setStackTrace(Array) - function in java.lang.AccessTokenParseException
- setStackTrace(Array) - function in java.lang.CallException
- setStackTrace(Array) - function in java.lang.RegistrationException
- setStackTrace(Array) - function in java.lang.VoiceException
- setUseHardwareAcousticEchoCanceler(boolean) - function in com.twilio.voice.DefaultAudioDevice
- Control if the built-in hardware AEC should be used or not.
- setUseHardwareNoiseSuppressor(boolean) - function in com.twilio.voice.DefaultAudioDevice
- Control if the built-in hardware noise suppressor should be used or not.
- SIGNALING - enum entry in com.twilio.voice.LogModule
- STATE_FAILED - enum entry in com.twilio.voice.IceCandidatePairState
Failed: A check for this pair was already done and failed, either never producing anyresponse or producing an unrecoverable failure response.
- STATE_FROZEN - enum entry in com.twilio.voice.IceCandidatePairState
Frozen: A check for this pair hasn't been performed, and it can't yet be performed until someother check succeeds, allowing this pair to unfreeze and move into the Waiting state.
- STATE_IN_PROGRESS - enum entry in com.twilio.voice.IceCandidatePairState
In-Progress: A check has been sent for this pair, but the transaction is in progress.
- STATE_SUCCEEDED - enum entry in com.twilio.voice.IceCandidatePairState
Succeeded: A check for this pair was already done and produced a successful result.
- STATE_WAITING - enum entry in com.twilio.voice.IceCandidatePairState
Waiting: A check has not been performed for this pair, and can be performed as soon as it isthe highest-priority Waiting pair on the check list.
- StatsListener - class in com.twilio.voice
- Interface that provides event related to getStats
- StatsReport - class in com.twilio.voice
- Stats report contains stats for all the media tracks that exist in peer connection.