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