Skip to content

Interface: SessionInfo

Defined in: protocol.ts:215

Properties

busy

busy: boolean

Defined in: protocol.ts:226


channelTag?

optional channelTag?: string

Defined in: protocol.ts:225

The aiui channel this host belongs to, when it declared one.


connectedAt

connectedAt: string

Defined in: protocol.ts:227


id

id: string

Defined in: protocol.ts:216


label

label: string

Defined in: protocol.ts:217


name?

optional name?: string

Defined in: protocol.ts:220

Human-visible session name the host announced ("courageous-beaver") — what the picker shows first. A re-register updates it (a live rename).


presentation?

optional presentation?: RemotePresentation

Defined in: protocol.ts:223

How this host wants the client presented, when it declared it.


project?

optional project?: string

Defined in: protocol.ts:221