ClientEvent
Enumeration of client events that can be emitted or listened for. These events typically represent changes in user or device attachment status.
Enumeration Members
UserAttached
UserAttached:
"user.attached"
Emitted when a user is attached (e.g., logged in or connected).
UserDetached
UserDetached:
"user.detached"
Emitted when a user is detached (e.g., logged out or disconnected).
UserDeviceAttached
UserDeviceAttached:
"user.device.attached"
Emitted when a user's device is attached (e.g., a new device connects for a user).
UserDeviceDetached
UserDeviceDetached:
"user.device.detached"
Emitted when a user's device is detached (e.g., a device disconnects from a user).