Skip to content
Roomful is in public beta — install with the @beta tag. Share feedback →

Interface: WebRTCOptions

@roomful/core


@roomful/core / WebRTCOptions

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

Configures WebRTC transport behavior.

optional dataChannel: WebRTCDataChannelOptions

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

Overrides the RTC data channel settings.


optional iceGatherTimeoutMs: number

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

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