Skip to content

Interface: RoomSessionInfo

Defined in: index.ts:55

The session identity the relay advertises for each connectable host. Consumers layer their own extra fields on via RoomRelayDelegate.registerExtras.

Properties

busy

busy: boolean

Defined in: index.ts:64


channelTag?

optional channelTag?: string

Defined in: index.ts:63


connectedAt

connectedAt: string

Defined in: index.ts:65


id

id: string

Defined in: index.ts:56


label

label: string

Defined in: index.ts:57


name?

optional name?: string

Defined in: index.ts:61

Human-visible session name the host announced ("courageous-beaver") — the pickers' display identity. A re-register updates it (that is how a host renames itself live); the label stays the structural description.


project?

optional project?: string

Defined in: index.ts:62