Skip to content

Type Alias: RoomStatus

@roomful/core


@roomful/core / RoomStatus

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

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

Represents the lifecycle state of a room connection.