- ignore() - Method in interface com.twilio.client.Connection
-
Ignores an incoming connection request.
- IncomingParameterAccountSIDKey - Static variable in interface com.twilio.client.Connection
-
String representing the account id making the incoming call.
- IncomingParameterAPIVersionKey - Static variable in interface com.twilio.client.Connection
-
String representing the version of the Twilio API used in the server application.
- IncomingParameterCallSIDKey - Static variable in interface com.twilio.client.Connection
-
String representing a unique identifier for the incoming call.
- IncomingParameterFromKey - Static variable in interface com.twilio.client.Connection
-
String representing the calling party.
- IncomingParameterToKey - Static variable in interface com.twilio.client.Connection
-
String representing the client name of the called party.
- initialize(Context, Twilio.InitListener) - Static method in class com.twilio.client.Twilio
-
Initialize the Twilio Client SDK.
- isAvailable() - Method in class com.twilio.client.PresenceEvent
-
Whether or not the client specified by name is currently connected to Twilio services for the account.
- isDisconnectSoundEnabled() - Method in class com.twilio.client.Device
-
Return whether a sound should be played when a connection is disconnected either normally or due to an error.
- isIncoming() - Method in interface com.twilio.client.Connection
-
A boolean
representing if the Connection is an incoming or outgoing connection.
- isIncomingSoundEnabled() - Method in class com.twilio.client.Device
-
Return whether a sound should be played for an incoming connection.
- isInitialized() - Static method in class com.twilio.client.Twilio
-
Determines if the Twilio Client SDK has been initialized or not.
- isMuted() - Method in interface com.twilio.client.Connection
-
Reports whether the microphone's audio for the connection is muted.
- isOutgoingSoundEnabled() - Method in class com.twilio.client.Device
-
Return whether a sound should be played for an outgoing connection.