Variable ChatRoomContextConst

ChatRoomContext: Context<undefined | ChatRoomContextType> = ...

ChatRoomContext is used to keep a chat room in a React context. Use ChatRoomProvider to set a room in this context and useRoom to use the room from the context.