Interface: WebRTCOptions
@roomful/core / WebRTCOptions
Interface: WebRTCOptions
Section titled “Interface: WebRTCOptions”Defined in: packages/core/src/types.ts:56
Configures WebRTC transport behavior.
Properties
Section titled “Properties”dataChannel?
Section titled “dataChannel?”
optionaldataChannel:WebRTCDataChannelOptions
Defined in: packages/core/src/types.ts:65
Overrides the RTC data channel settings.
iceGatherTimeoutMs?
Section titled “iceGatherTimeoutMs?”
optionaliceGatherTimeoutMs:number
Defined in: packages/core/src/types.ts:60
Limits how long ICE gathering is allowed to run before fallback logic continues.