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

A

accept(LocalMedia, ConversationCallback) - Method in interface com.twilio.conversations.IncomingInvite
Accepts this invitation
addLocalVideoTrack(LocalVideoTrack) - Method in interface com.twilio.conversations.LocalMedia
Adds a local video track to list of tracks.
addMicrophone() - Method in interface com.twilio.conversations.LocalMedia
Enables local audio to media session.
addRenderer(VideoRenderer) - Method in interface com.twilio.conversations.VideoTrack
Add a video renderer to get video from the video track
AudioOutput - Enum in com.twilio.conversations
Audio output types
AudioTrack - Interface in com.twilio.conversations
An audio track represents a single local or remote audio source

C

CameraCapturer - Interface in com.twilio.conversations
A camera capturer retrieves frames from a camera source on the device which can be previewed onto a view.
CameraCapturer.CameraSource - Enum in com.twilio.conversations
Camera source types
CameraCapturerFactory - Class in com.twilio.conversations
A factory for creating an instance of CameraCapturer
CameraCapturerFactory() - Constructor for class com.twilio.conversations.CameraCapturerFactory
 
cancel() - Method in interface com.twilio.conversations.OutgoingInvite
Cancels this invitation
CapturerErrorListener - Interface in com.twilio.conversations
A listener that provides errors related to the CameraCapturer
CapturerException - Exception in com.twilio.conversations
A class that provides information about a CameraCapturer error.
CapturerException(CapturerException.ExceptionDomain, String) - Constructor for exception com.twilio.conversations.CapturerException
 
CapturerException.ExceptionDomain - Enum in com.twilio.conversations
 
CLIENT_DISCONNECTED - Static variable in class com.twilio.conversations.TwilioConversations
The client disconnected unexpectedly.
CLIENT_REGISTATION_ERROR - Static variable in class com.twilio.conversations.TwilioConversations
There was an error during Client registration.
com.twilio.conversations - package com.twilio.conversations
 
Conversation - Interface in com.twilio.conversations
A Conversation represents communication between the client and one or more participants.
CONVERSATION_FAILED - Static variable in class com.twilio.conversations.TwilioConversations
The Conversation failed to start.
CONVERSATION_IGNORED - Static variable in class com.twilio.conversations.TwilioConversations
The Client was busy; and could not handle your invitation.
CONVERSATION_PARTICIPANT_NOT_AVAILABLE - Static variable in class com.twilio.conversations.TwilioConversations
The Client you invited was not available.
CONVERSATION_REJECTED - Static variable in class com.twilio.conversations.TwilioConversations
The Client rejected your invitation.
CONVERSATION_TERMINATED - Static variable in class com.twilio.conversations.TwilioConversations
The Conversation was terminated due to an unforeseen error.
ConversationCallback - Interface in com.twilio.conversations
This callback returns information about the conversation initiated by an IncomingInvite or OutgoingInvite
ConversationListener - Interface in com.twilio.conversations
ConversationListener interface defines a set of callbacks for events related to a Conversation.
ConversationsClient - Interface in com.twilio.conversations
ConversationsClient allows user to create or participate in conversations.
ConversationsClientListener - Interface in com.twilio.conversations
ConversationsClientListener interface defines a set of callbacks for events related to a ConversationsClient.
createCameraCapturer(Context, CameraCapturer.CameraSource, ViewGroup, CapturerErrorListener) - Static method in class com.twilio.conversations.CameraCapturerFactory
Creates an instance of CameraCapturer
createConversationsClient(String, ConversationsClientListener) - Static method in class com.twilio.conversations.TwilioConversations
Creates a new ConversationsClient.
createConversationsClient(TwilioAccessManager, ConversationsClientListener) - Static method in class com.twilio.conversations.TwilioConversations
Creates a new ConversationsClient.
createLocalMedia(LocalMediaListener) - Static method in class com.twilio.conversations.LocalMediaFactory
Creates a new instance of the LocalMedia
createLocalVideoTrack(CameraCapturer) - Static method in class com.twilio.conversations.LocalVideoTrackFactory
Create new instance of local video track

D

DEBUG - Static variable in class com.twilio.conversations.TwilioConversations.LogLevel
 
destroy() - Static method in class com.twilio.conversations.TwilioConversations
Dispose the Twilio Conversations SDK.
DISABLED - Static variable in class com.twilio.conversations.TwilioConversations.LogLevel
 
disconnect() - Method in interface com.twilio.conversations.Conversation
Disconnects from this conversation
dispose() - Method in interface com.twilio.conversations.Conversation
Releases resources associated with this conversation.
dispose() - Method in interface com.twilio.conversations.ConversationsClient
Releases resources associated with this ConversationsClient object.

E

enable(boolean) - Method in interface com.twilio.conversations.LocalVideoTrack
Specifies whether or not your camera video should be shared
ERROR - Static variable in class com.twilio.conversations.TwilioConversations.LogLevel
 

G

getAudioInputLevel() - Method in interface com.twilio.conversations.LocalAudioTrackStatsRecord
 
getAudioOutput() - Method in interface com.twilio.conversations.ConversationsClient
Audio output speaker for the current client device
getAudioOutputLevel() - Method in interface com.twilio.conversations.RemoteAudioTrackStatsRecord
 
getAudioTracks() - Method in interface com.twilio.conversations.Media
Retrieves the list of audio tracks
getBytesReceived() - Method in interface com.twilio.conversations.RemoteAudioTrackStatsRecord
 
getBytesReceived() - Method in interface com.twilio.conversations.RemoteVideoTrackStatsRecord
 
getBytesSent() - Method in interface com.twilio.conversations.LocalAudioTrackStatsRecord
 
getBytesSent() - Method in interface com.twilio.conversations.LocalVideoTrackStatsRecord
 
getCameraCapturer() - Method in interface com.twilio.conversations.LocalVideoTrack
Retrieves the CameraCapturer associated with this video track
getCaptureDimensions() - Method in interface com.twilio.conversations.LocalVideoTrackStatsRecord
 
getCodecName() - Method in interface com.twilio.conversations.MediaTrackStatsRecord
 
getConversationListener() - Method in interface com.twilio.conversations.Conversation
Gets the ConversationListener of this conversation
getConversationSid() - Method in interface com.twilio.conversations.Conversation
Gets the conversation SID
getConversationSid() - Method in interface com.twilio.conversations.IncomingInvite
Returns the SID of the conversation you are invited to
getDimensions() - Method in interface com.twilio.conversations.RemoteVideoTrackStatsRecord
 
getDirection() - Method in interface com.twilio.conversations.MediaTrackStatsRecord
 
getErrorCode() - Method in exception com.twilio.conversations.TwilioConversationsException
 
getFrameRate() - Method in interface com.twilio.conversations.LocalVideoTrackStatsRecord
 
getFrameRate() - Method in interface com.twilio.conversations.RemoteVideoTrackStatsRecord
 
getIdentity() - Method in interface com.twilio.conversations.ConversationsClient
Get identity of this conversations client on the network.
getIdentity() - Method in interface com.twilio.conversations.Participant
 
getInvitedParticipants() - Method in interface com.twilio.conversations.OutgoingInvite
Returns the identities of the participants invited to the conversation
getInvitee() - Method in interface com.twilio.conversations.IncomingInvite
Returns the identity of the invitee
getInviteStatus() - Method in interface com.twilio.conversations.IncomingInvite
Gets the status of this invite
getJitter() - Method in interface com.twilio.conversations.LocalAudioTrackStatsRecord
 
getJitterBuffer() - Method in interface com.twilio.conversations.RemoteAudioTrackStatsRecord
 
getJitterBuffer() - Method in interface com.twilio.conversations.RemoteVideoTrackStatsRecord
 
getJitterReceived() - Method in interface com.twilio.conversations.LocalAudioTrackStatsRecord
 
getJitterReceived() - Method in interface com.twilio.conversations.RemoteAudioTrackStatsRecord
 
getLocalMedia() - Method in interface com.twilio.conversations.Conversation
Returns the LocalMedia for this conversation
getLocalMediaListener() - Method in interface com.twilio.conversations.LocalMedia
getLocalVideoTracks() - Method in interface com.twilio.conversations.LocalMedia
Returns the local video tracks
getLogLevel() - Static method in class com.twilio.conversations.TwilioConversations
Gets the logging level for messages logged by the Twilio Conversations SDK.
getMedia() - Method in interface com.twilio.conversations.Participant
 
getMessage() - Method in exception com.twilio.conversations.CapturerException
 
getMessage() - Method in exception com.twilio.conversations.TwilioConversationsException
 
getMirror() - Method in class com.twilio.conversations.VideoViewRenderer
 
getPacketsLost() - Method in interface com.twilio.conversations.MediaTrackStatsRecord
 
getPacketsReceived() - Method in interface com.twilio.conversations.RemoteAudioTrackStatsRecord
 
getPacketsReceived() - Method in interface com.twilio.conversations.RemoteVideoTrackStatsRecord
 
getPacketsSent() - Method in interface com.twilio.conversations.LocalAudioTrackStatsRecord
 
getPacketsSent() - Method in interface com.twilio.conversations.LocalVideoTrackStatsRecord
 
getParticipantListener() - Method in interface com.twilio.conversations.Participant
 
getParticipants() - Method in interface com.twilio.conversations.Conversation
Returns the list of participants in this conversation.
getParticipants() - Method in interface com.twilio.conversations.IncomingInvite
Returns the list of participants already in the conversation
getParticipantSid() - Method in interface com.twilio.conversations.MediaTrackStatsRecord
 
getRenderers() - Method in interface com.twilio.conversations.VideoTrack
The list of renderers receiving video from this video track
getRoundTripTime() - Method in interface com.twilio.conversations.LocalAudioTrackStatsRecord
 
getRoundTripTime() - Method in interface com.twilio.conversations.LocalVideoTrackStatsRecord
 
getSentDimensions() - Method in interface com.twilio.conversations.LocalVideoTrackStatsRecord
 
getSid() - Method in interface com.twilio.conversations.Participant
 
getSsrc() - Method in interface com.twilio.conversations.MediaTrackStatsRecord
 
getState() - Method in interface com.twilio.conversations.MediaTrack
The state associated with this media track
getStatsListener() - Method in interface com.twilio.conversations.Conversation
Gets the StatsListener of this conversation
getStatus() - Method in interface com.twilio.conversations.OutgoingInvite
The status of this invitation
getTrackId() - Method in interface com.twilio.conversations.MediaTrack
The track id associated with this media track
getTrackId() - Method in interface com.twilio.conversations.MediaTrackStatsRecord
 
getUnixTimestamp() - Method in interface com.twilio.conversations.MediaTrackStatsRecord
 
getVersion() - Static method in class com.twilio.conversations.TwilioConversations
Returns the version of the Twilio Conversations SDK.
getVideoScaleType() - Method in class com.twilio.conversations.VideoViewRenderer
 
getVideoTracks() - Method in interface com.twilio.conversations.Media
Retrieves the list of video tracks

H

height - Variable in class com.twilio.conversations.I420Frame
 
height - Variable in class com.twilio.conversations.VideoDimensions
 

I

I420Frame - Class in com.twilio.conversations
A YUV frame in the I420 format
I420Frame(int, int, int, int[], ByteBuffer[], long) - Constructor for class com.twilio.conversations.I420Frame
Construct a frame of the given dimensions with the specified planar data.
I420Frame(int, int, int, int, float[], long) - Constructor for class com.twilio.conversations.I420Frame
Construct a texture frame of the given dimensions with data in SurfaceTexture
IncomingInvite - Interface in com.twilio.conversations
An IncomingInvite represents an invitation from a client to a Conversation An IncomingInvite represents an invitation from a client to a Conversation
INFO - Static variable in class com.twilio.conversations.TwilioConversations.LogLevel
 
initialize(Context, TwilioConversations.InitListener) - Static method in class com.twilio.conversations.TwilioConversations
Initialize the Twilio Conversations SDK.
INVALID_AUTH_DATA - Static variable in class com.twilio.conversations.TwilioConversations
Authenticating your Client failed due to invalid auth credentials.
INVALID_CONVERSATION - Static variable in class com.twilio.conversations.TwilioConversations
The Conversation was invalid.
INVALID_PARTICIPANT_ADDRESSES - Static variable in class com.twilio.conversations.TwilioConversations
The remote client address was invalid.
INVALID_SIP_ACCOUNT - Static variable in class com.twilio.conversations.TwilioConversations
The SIP account was invalid.
INVALID_VIDEO_CAPTURER - Static variable in class com.twilio.conversations.TwilioConversations
An invalid video capturer was added to the local media
INVALID_VIDEO_TRACK_STATE - Static variable in class com.twilio.conversations.TwilioConversations
An attempt was made to remove a track that has already ended.
invite(Set<String>) - Method in interface com.twilio.conversations.Conversation
Invites one or more participants to this conversation
InviteStatus - Enum in com.twilio.conversations
Specifies status of OutgoingInvite or IncomingInvite
isEnabled() - Method in interface com.twilio.conversations.MediaTrack
Returns whether or not media track is enabled
isInitialized() - Static method in class com.twilio.conversations.TwilioConversations
Informs whether TwilioConversations is initialized or not.
isListening() - Method in interface com.twilio.conversations.ConversationsClient
Reflects current listening state of the conversations client
isMicrophoneAdded() - Method in interface com.twilio.conversations.LocalMedia
Indicates whether or not your local audio is enabled in the media session
isMuted() - Method in interface com.twilio.conversations.LocalMedia
Indicates whether your local audio is muted.
isPreviewing() - Method in interface com.twilio.conversations.CameraCapturer
Returns whether the camera capturer is previewing the camera

L

listen() - Method in interface com.twilio.conversations.ConversationsClient
Starts listening for incoming conversations.
LocalAudioTrackStatsRecord - Interface in com.twilio.conversations
 
LocalMedia - Interface in com.twilio.conversations
Provides local video and audio tracks associated with a Participant
LocalMediaFactory - Class in com.twilio.conversations
A factory for creating an instance of LocalMedia
LocalMediaFactory() - Constructor for class com.twilio.conversations.LocalMediaFactory
 
LocalMediaListener - Interface in com.twilio.conversations
LocalMediaListener interface defines a set of callbacks for events related to a LocalMedia.
LocalVideoTrack - Interface in com.twilio.conversations
A local video track that gets camera video from a CameraCapturer
LocalVideoTrackFactory - Class in com.twilio.conversations
A factory for creating an instance of LocalVideoTrack
LocalVideoTrackFactory() - Constructor for class com.twilio.conversations.LocalVideoTrackFactory
 
LocalVideoTrackStatsRecord - Interface in com.twilio.conversations
 
LogLevel() - Constructor for class com.twilio.conversations.TwilioConversations.LogLevel
 

M

Media - Interface in com.twilio.conversations
Provides video and audio tracks associated with a Participant
MediaTrack - Interface in com.twilio.conversations
A media track can either be a VideoTrack or AudioTrack
MediaTrackState - Enum in com.twilio.conversations
Specifies the state of the MediaTrack
MediaTrackStatsRecord - Interface in com.twilio.conversations
 
mute(boolean) - Method in interface com.twilio.conversations.LocalMedia
Specifies whether or not your local audio should be muted

O

onAudioTrackAdded(Conversation, Participant, AudioTrack) - Method in interface com.twilio.conversations.ParticipantListener
This method notifies the listener that a Participant has added an AudioTrack to this Conversation
onAudioTrackRemoved(Conversation, Participant, AudioTrack) - Method in interface com.twilio.conversations.ParticipantListener
This method notifies the listener that a Participant has added an AudioTrack to this Conversation
onConversation(Conversation, TwilioConversationsException) - Method in interface com.twilio.conversations.ConversationCallback
Called when a conversation is successfully started.
onConversationEnded(Conversation, TwilioConversationsException) - Method in interface com.twilio.conversations.ConversationListener
This method notifies the listener when the conversation has ended.
onError(CapturerException) - Method in interface com.twilio.conversations.CapturerErrorListener
Reports runtime errors that can occur in the CameraCapturer
onError(Exception) - Method in interface com.twilio.conversations.TwilioConversations.InitListener
Called if there is an error initializing the Twilio Conversations SDK.
onFailedToConnectParticipant(Conversation, Participant, TwilioConversationsException) - Method in interface com.twilio.conversations.ConversationListener
This method notifies the listener when a participant was unable to connect to the conversation.
onFailedToStartListening(ConversationsClient, TwilioConversationsException) - Method in interface com.twilio.conversations.ConversationsClientListener
This method notifies the listener that the client failed to start listening for invitations.
onFirstFrame() - Method in interface com.twilio.conversations.VideoRendererObserver
This method notifies the observer when the first frame has arrived.
onFrameDimensionsChanged(int, int, int) - Method in interface com.twilio.conversations.VideoRendererObserver
This method notifies the observer when the frame dimensions have changed.
onIncomingInvite(ConversationsClient, IncomingInvite) - Method in interface com.twilio.conversations.ConversationsClientListener
This method notifies the listener that the client has a pending invitation for a conversation.
onIncomingInviteCancelled(ConversationsClient, IncomingInvite) - Method in interface com.twilio.conversations.ConversationsClientListener
This method notifies the listener that the incoming invite was cancelled.
onInitialized() - Method in interface com.twilio.conversations.TwilioConversations.InitListener
Callback to report when Twilio Conversations SDK has been successfully initialized.
onLocalVideoTrackAdded(LocalMedia, LocalVideoTrack) - Method in interface com.twilio.conversations.LocalMediaListener
This method notifies the listener when a LocalVideoTrack has been added to the LocalMedia
onLocalVideoTrackError(LocalMedia, LocalVideoTrack, TwilioConversationsException) - Method in interface com.twilio.conversations.LocalMediaListener
This method notifies the listener when an error occurred when attempting to add or remove a LocalVideoTrack
onLocalVideoTrackRemoved(LocalMedia, LocalVideoTrack) - Method in interface com.twilio.conversations.LocalMediaListener
This method notifies the listener when a LocalVideoTrack has been removed from the LocalMedia
onMediaTrackStatsRecord(Conversation, MediaTrackStatsRecord) - Method in interface com.twilio.conversations.StatsListener
This method notifies the listener when statistics are received for a track.
onParticipantConnected(Conversation, Participant) - Method in interface com.twilio.conversations.ConversationListener
This method notifies the listener when participant has connected to the conversation.
onParticipantDisconnected(Conversation, Participant) - Method in interface com.twilio.conversations.ConversationListener
This method notifies the listener when a participant has disconnected from a conversation by request or due to an error.
onStartListeningForInvites(ConversationsClient) - Method in interface com.twilio.conversations.ConversationsClientListener
This method notifies the listener that the client is successfully listening for incoming invitations.
onStopListeningForInvites(ConversationsClient) - Method in interface com.twilio.conversations.ConversationsClientListener
This method notifies the listener that the client is no longer listening for invitations.
onTrackDisabled(Conversation, Participant, MediaTrack) - Method in interface com.twilio.conversations.ParticipantListener
This method notifies the listener that a Participant media track has been disabled
onTrackEnabled(Conversation, Participant, MediaTrack) - Method in interface com.twilio.conversations.ParticipantListener
This method notifies the listener that a Participant media track has been enabled
onVideoTrackAdded(Conversation, Participant, VideoTrack) - Method in interface com.twilio.conversations.ParticipantListener
This method notifies the listener that a Participant has added a VideoTrack to this Conversation
onVideoTrackRemoved(Conversation, Participant, VideoTrack) - Method in interface com.twilio.conversations.ParticipantListener
This method notifies the listener that a Participant has removed a VideoTrack from this Conversation
OutgoingInvite - Interface in com.twilio.conversations
An OutgoingInvite represents an invitation to a list of Participant to start a conversation.

P

Participant - Interface in com.twilio.conversations
 
ParticipantListener - Interface in com.twilio.conversations
ParticipantListener interface defines a set of callbacks for events related to a ParticipantListener.
PEER_CONNECTION_FAILED - Static variable in class com.twilio.conversations.TwilioConversations
Establishing a media connection with the remote peer failed.

R

reject() - Method in interface com.twilio.conversations.IncomingInvite
Rejects this invitation
RemoteAudioTrackStatsRecord - Interface in com.twilio.conversations
 
RemoteVideoTrackStatsRecord - Interface in com.twilio.conversations
 
removeLocalVideoTrack(LocalVideoTrack) - Method in interface com.twilio.conversations.LocalMedia
Removes the local video track from list of tracks.
removeMicrophone() - Method in interface com.twilio.conversations.LocalMedia
Disables local audio from the media session.
removeRenderer(VideoRenderer) - Method in interface com.twilio.conversations.VideoTrack
Remove a video renderer to stop receiving video from the video track
renderFrame(I420Frame) - Method in interface com.twilio.conversations.VideoRenderer
Provides the YUV frame in I420 format
renderFrame(I420Frame) - Method in class com.twilio.conversations.VideoViewRenderer
 
rotatedHeight() - Method in class com.twilio.conversations.I420Frame
 
rotatedWidth() - Method in class com.twilio.conversations.I420Frame
 
rotationDegree - Variable in class com.twilio.conversations.I420Frame
 

S

samplingMatrix - Variable in class com.twilio.conversations.I420Frame
 
sendConversationInvite(Set<String>, LocalMedia, ConversationCallback) - Method in interface com.twilio.conversations.ConversationsClient
Sends an invitation to start a conversation with the following participants and local media configuration
setAudioOutput(AudioOutput) - Method in interface com.twilio.conversations.ConversationsClient
Sets the audio output speaker for the device.
setConversationListener(ConversationListener) - Method in interface com.twilio.conversations.Conversation
Sets the ConversationListener of this conversation
setConversationsClientListener(ConversationsClientListener) - Method in interface com.twilio.conversations.ConversationsClient
Set a new ConversationsClientListener object to respond to client events.
setLocalMediaListener(LocalMediaListener) - Method in interface com.twilio.conversations.LocalMedia
setLogLevel(int) - Static method in class com.twilio.conversations.TwilioConversations
Sets the logging level for messages logged by the Twilio Conversations SDK.
setMirror(boolean) - Method in class com.twilio.conversations.VideoViewRenderer
 
setObserver(VideoRendererObserver) - Method in class com.twilio.conversations.VideoViewRenderer
 
setParticipantListener(ParticipantListener) - Method in interface com.twilio.conversations.Participant
 
setStatsListener(StatsListener) - Method in interface com.twilio.conversations.Conversation
Sets the StatsListener of this conversation
setVideoScaleType(VideoScaleType) - Method in class com.twilio.conversations.VideoViewRenderer
 
startPreview() - Method in interface com.twilio.conversations.CameraCapturer
Starts previewing the camera.
StatsListener - Interface in com.twilio.conversations
 
stopPreview() - Method in interface com.twilio.conversations.CameraCapturer
Stops previewing the camera.
switchCamera() - Method in interface com.twilio.conversations.CameraCapturer
Switches the camera to the next available camera source.

T

textureId - Variable in class com.twilio.conversations.I420Frame
 
TOO_MANY_ACTIVE_CONVERSATIONS - Static variable in class com.twilio.conversations.TwilioConversations
Too many active Conversations.
TOO_MANY_TRACKS - Static variable in class com.twilio.conversations.TwilioConversations
Too many tracks were added to the local media.
toString() - Method in class com.twilio.conversations.I420Frame
 
TRACK_OPERATION_IN_PROGRESS - Static variable in class com.twilio.conversations.TwilioConversations
An attempt was made to add or remove a track that is already being operated on.
TrackOrigin - Enum in com.twilio.conversations
Specifies whether a MediaTrack is remote belonging to a participant, or local belonging to the client.
TwilioConversations - Class in com.twilio.conversations
Twilio Conversations SDK
TwilioConversations.InitListener - Interface in com.twilio.conversations
Interface for the listener object to pass to TwilioConversations.initialize(Context, InitListener).
TwilioConversations.LogLevel - Class in com.twilio.conversations
Log levels for the Twilio Conversations SDK
TwilioConversationsException - Exception in com.twilio.conversations
A class that provides information about a Conversation error.
TwilioConversationsException(int, String) - Constructor for exception com.twilio.conversations.TwilioConversationsException
 

U

unlisten() - Method in interface com.twilio.conversations.ConversationsClient
Stops listening for incoming conversations.

V

valueOf(String) - Static method in enum com.twilio.conversations.AudioOutput
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.conversations.CameraCapturer.CameraSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.conversations.CapturerException.ExceptionDomain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.conversations.InviteStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.conversations.MediaTrackState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.conversations.TrackOrigin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.twilio.conversations.VideoScaleType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.twilio.conversations.AudioOutput
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.conversations.CameraCapturer.CameraSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.conversations.CapturerException.ExceptionDomain
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.conversations.InviteStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.conversations.MediaTrackState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.conversations.TrackOrigin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.twilio.conversations.VideoScaleType
Returns an array containing the constants of this enum type, in the order they are declared.
VERBOSE - Static variable in class com.twilio.conversations.TwilioConversations.LogLevel
 
VideoDimensions - Class in com.twilio.conversations
 
VideoDimensions(int, int) - Constructor for class com.twilio.conversations.VideoDimensions
 
VideoRenderer - Interface in com.twilio.conversations
A VideoRenderer is used to receive frames from a VideoTrack
VideoRendererObserver - Interface in com.twilio.conversations
A video renderer observer provides information about frames being sent from a VideoTrack
VideoScaleType - Enum in com.twilio.conversations
Specifies what type of video scaling that will be performed by a VideoRenderer
VideoTrack - Interface in com.twilio.conversations
A video track represents a single local or remote video source
VideoViewRenderer - Class in com.twilio.conversations
A VideoViewRenderer receives frames from a VideoTrack and renders them to a view.
VideoViewRenderer(Context, ViewGroup) - Constructor for class com.twilio.conversations.VideoViewRenderer
Create a video view renderer that will display frames in the provided container

W

WARNING - Static variable in class com.twilio.conversations.TwilioConversations.LogLevel
 
width - Variable in class com.twilio.conversations.I420Frame
 
width - Variable in class com.twilio.conversations.VideoDimensions
 

Y

yuvFrame - Variable in class com.twilio.conversations.I420Frame
 
yuvPlanes - Variable in class com.twilio.conversations.I420Frame
 
yuvStrides - Variable in class com.twilio.conversations.I420Frame
 
A C D E G H I L M O P R S T U V W Y 
Skip navigation links