A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
A
- accept(Context,AcceptOptions,Call.Listener) - function in com.twilio.voice.CallInvite
- Accepts the CallInvite with the provided AcceptOptions and returns a new Call.
- accept(Context,Call.Listener) - function in com.twilio.voice.CallInvite
- Accepts the CallInvite with default AcceptOptions and returns a new .
- AcceptOptions - class in com.twilio.voice
- Represents options when accepting a CallInvite.
- AcceptOptions.Builder - class in com.twilio.voice.AcceptOptions
- Build new AcceptOptions.
- AccessTokenParseException - class in com.twilio.voice
- addSuppressed(Throwable) - function in java.lang.AccessTokenParseException
- addSuppressed(Throwable) - function in java.lang.CallException
- addSuppressed(Throwable) - function in java.lang.RegistrationException
- addSuppressed(Throwable) - function in java.lang.VoiceException
- ALL - enum entry in com.twilio.voice.IceTransportPolicy
All transports will be used.
- ALL - enum entry in com.twilio.voice.LogLevel
- AUDIO_LATENCY - enum entry in com.twilio.voice.Call.Issue
Participants can hear each other but with significant delay.
- AudioCodec - class in com.twilio.voice
- Abstract base class for audio codecs.
- AudioDevice - class in com.twilio.voice
- AudioDevice interface allows developers to inject custom audio device capturer and audio device renderer of audio by replacing the default device used by the SDK.
- AudioDeviceCapturer - class in com.twilio.voice
- AudioDeviceCapturer interface provides the mechanism to define a custom audio device capturer.
- AudioDeviceContext - class in com.twilio.voice
- An AudioDeviceContext is a context to the audio device used by the SDK.
- audioDeviceExecuteWorkerBlock(AudioDeviceContext,Runnable) - function in com.twilio.voice.AudioDevice
- A utility method to execute a runnable on the media engine's worker thread asynchronously.
- audioDeviceExecuteWorkerBlock(AudioDeviceContext,Runnable) - function in com.twilio.voice.DefaultAudioDevice
- A utility method to execute a runnable on the media engine's worker thread asynchronously.
- audioDeviceFormatChanged(AudioDeviceContext) - function in com.twilio.voice.AudioDevice
- This method should be called any time the capturing or rendering format changes.
- audioDeviceFormatChanged(AudioDeviceContext) - function in com.twilio.voice.DefaultAudioDevice
- This method should be called any time the capturing or rendering format changes.
- audioDeviceReadRenderData(AudioDeviceContext,ByteBuffer) - function in com.twilio.voice.AudioDevice
- This method needs to be called by AudioDeviceRenderer ` to pull renderable audio datafrom the media engine.
- audioDeviceReadRenderData(AudioDeviceContext,ByteBuffer) - function in com.twilio.voice.DefaultAudioDevice
- This method needs to be called by AudioDeviceRenderer ` to pull renderable audio datafrom the media engine.
- AudioDeviceRenderer - class in com.twilio.voice
- AudioDeviceRenderer interface provides the mechanism to define a custom audio device renderer.
- audioDeviceWriteCaptureData(AudioDeviceContext,ByteBuffer) - function in com.twilio.voice.AudioDevice
- This method needs to be called by AudioDeviceCapturer implementation to providecaptured data to the media engine.
- audioDeviceWriteCaptureData(AudioDeviceContext,ByteBuffer) - function in com.twilio.voice.DefaultAudioDevice
- This method needs to be called by AudioDeviceCapturer implementation to providecaptured data to the media engine.
- AudioFormat - class in com.twilio.voice
- AudioFormat describes 16-bit signed Linear Pulse Code Modulation (LPCM) audio.
- audioJitterBufferMaxPackets(int) - function in com.twilio.voice.AudioOptions.Builder
- Audio receiver jitter buffer (NetEq) max capacity in number of packets.
- audioJitterBufferMinDelayMs(int) - function in com.twilio.voice.AudioOptions.Builder
- Audio receiver jitter buffer (NetEq) minimum target delay in milliseconds.
- audioOptions(AudioOptions) - function in com.twilio.voice.AcceptOptions.Builder
- Set the audio options for audio processing when receiving an incoming call.
- AudioOptions - class in com.twilio.voice
- Audio options represent the audio processing operations that are performed on the local audio track/source.
- audioOptions(AudioOptions) - function in com.twilio.voice.ConnectOptions.Builder
- Set the audio options for audio processing when making an outbound call.
- AudioOptions.Builder - class in com.twilio.voice.AudioOptions
- Builds new AudioOptions.
- autoGainControl(boolean) - function in com.twilio.voice.AudioOptions.Builder
- Audio processing that adjusts the sensitivity of the local microphone dynamically.Default is set to true.