An object encapsulating client presence state for other clients connected to the Twilio Application.
See [TCDeviceDelegate device:didReceivePresenceUpdate:] for more information.
| Selector | Description | Type |
|---|---|---|
| name | The client name for which the event applies. |
Property |
| available | Whether or not the client specified by name is currently connected to Twilio services. |
Property |
availableWhether or not the client specified by name is currently connected to Twilio services.
@property (nonatomic, readonly, getter=isAvailable) BOOL availableWhether or not the client specified by name is currently connected to Twilio services.
TCPresenceEvent.h