Skip to content

Type Alias: HostToRelay

HostToRelay = { channelPort?: number; label: string; name?: string; presentation?: RemotePresentation; project?: string; type: "register"; } | VideoStatus | Signal

Defined in: protocol.ts:249

browser host → relay.

Union Members

Type Literal

{ channelPort?: number; label: string; name?: string; presentation?: RemotePresentation; project?: string; type: "register"; }

channelPort?

optional channelPort?: number

label

label: string

name?

optional name?: string

Human-visible session name; re-registering with a new one renames live.

presentation?

optional presentation?: RemotePresentation

project?

optional project?: string

type

type: "register"


VideoStatus


Signal