Options
Menu

Interface PresenceServiceEvents

All the events that could be emitted from the PresenceService.

Hierarchy

  • PresenceServiceEvents

Index

Events

AVAILABILITY_CHANGED

AVAILABILITY_CHANGED: string

Emitted when the availability of a particular DomainUser changes. The actual event emitted is a PresenceAvailabilityChangedEvent.

STATE_CLEARED

STATE_CLEARED: string

Emitted when a particular DomainUser's state was cleared. The actual event emitted is a PresenceStateClearedEvent.

STATE_REMOVED

STATE_REMOVED: string

Emitted when one or more key-value pairs of a particular DomainUser's presence state were removed.

The actual event emitted is a PresenceStateRemovedEvent.

STATE_SET

STATE_SET: string

Emitted when one or more items of a particular DomainUser's presence state are set.

The actual event emitted is a PresenceStateSetEvent.