Skip to content
Roomful is in public beta — install with the @beta tag. Share feedback →

Type Alias: RoomStatus

@roomful/core


@roomful/core / RoomStatus

RoomStatus = "idle" | "connecting" | "connected" | "reconnecting" | "disconnected" | "error"

Defined in: packages/core/src/types.ts:15

Represents the lifecycle state of a room connection.