Skip to content

Interface: WebRTCDataChannelOptions

@roomful/core


@roomful/core / WebRTCDataChannelOptions

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

Configures the RTC data channel used by the WebRTC transport.

optional maxRetransmits: number

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

Caps retransmission attempts for unreliable channels.


optional ordered: boolean

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

Preserves message ordering when true.


optional protocol: string

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

Sets the negotiated protocol label for the data channel.