com.twilio.clientObjectAn object encapsulating client presence state for other clients connected to the Twilio Application.
| Name | Description | Type |
|---|---|---|
| getName | The client name for which the event applies. | Instance method |
| isAvailable | Whether or not the client specified by name is currently connected to Twilio services for the account. | Instance method |
String getName()The client name for which the event applies.
A non-null string
boolean isAvailable()Whether or not the client specified by name is currently connected to Twilio services for the account.
true if the client is online, false if not