Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 281 Bytes

File metadata and controls

14 lines (10 loc) · 281 Bytes
description All the possible context types

EventContext

The event context holds all the possible context types, currently we only have the room context, and it is defined as an ENUM, as seem below.

export enum EventContext {
    ROOM = 'room',
}