Options
Menu

Class PresenceStateRemovedEvent

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

Hierarchy

  • PresenceStateRemovedEvent

Implements

Index

Constructors

Properties

Constructors

constructor

Properties

keys

keys: string[]

The keys of the state items that were just removed.

name

name: string = PresenceStateRemovedEvent.NAME

The name of the event that was fired. This is commonly used to filter when using the ConvergenceEventEmitter.events stream.

Note that the name is only guaranteed to be unique within the class / subsystem that is firing it. Names might be reused across classes and subsystems.

user

The user associated with the presence event.

NAME

NAME: "state_removed" = "state_removed"