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 |
available
Whether or not the client specified by name
is currently connected to Twilio services.
@property (nonatomic, readonly, getter=isAvailable) BOOL available
Whether or not the client specified by name is currently connected to Twilio services.
name
The client name for which the event applies.
@property (nonatomic, readonly) NSString *name
The client name for which the event applies.
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd browsing the Twilio tag on Stack Overflow.