@ably/chat - v1.1.1
Preparing search index...
chat-js
OccupancyEvent
Interface OccupancyEvent
Represents an occupancy event.
interface
OccupancyEvent
{
occupancy
:
OccupancyData
;
type
:
Updated
;
}
Index
Properties
occupancy
type
Properties
occupancy
occupancy
:
OccupancyData
The occupancy data.
type
type
:
Updated
The type of the occupancy event.
Settings
Member Visibility
External
Theme
OS
Light
Dark
On This Page
Properties
occupancy
type
@ably/chat - v1.1.1
Loading...
Represents an occupancy event.