Skip to content

Interface: WebRTCOptions

@roomful/core


@roomful/core / WebRTCOptions

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

Configures WebRTC transport behavior.

optional dataChannel: WebRTCDataChannelOptions

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

Overrides the RTC data channel settings.


optional iceGatherTimeoutMs: number

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

Limits how long ICE gathering is allowed to run before fallback logic continues.