- 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
-
- getCaptureDimensions() - Method in interface com.twilio.conversations.LocalVideoTrackStatsRecord
-
- getCodecName() - Method in interface com.twilio.conversations.MediaTrackStatsRecord
-
- getConversationListener() - Method in interface com.twilio.conversations.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
-
- 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
-
- 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
- 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
-
- 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
-
- 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
- onAudioTrackAdded(Conversation, Participant, AudioTrack) - Method in interface com.twilio.conversations.ParticipantListener
-
- onAudioTrackRemoved(Conversation, Participant, AudioTrack) - Method in interface com.twilio.conversations.ParticipantListener
-
- 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
-
- 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
-
- 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
-
- 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
-
- onVideoTrackRemoved(Conversation, Participant, VideoTrack) - Method in interface com.twilio.conversations.ParticipantListener
-
- OutgoingInvite - Interface in com.twilio.conversations
-
An OutgoingInvite represents an invitation to a list of
Participant
to start a conversation.
- 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