Skip to main content
Version: Next

Interface: DataChannelOptions

Defined in: ts-client/dist/index.d.mts:468

Options for publishing or subscribing to data.

Properties

reliable

reliable: boolean

Defined in: ts-client/dist/index.d.mts:473

If true, uses the reliable data channel (ordered, guaranteed delivery). If false, uses the lossy data channel (unordered, low latency).