Preparing search index...
The search index is not available
libp2p
libp2p
@libp2p/webrtc
WebRTCTransportInit
Interface WebRTCTransportInit
interface
WebRTCTransportInit
{
dataChannel
?:
DataChannelOptions
;
inboundConnectionTimeout
?:
number
;
rtcConfiguration
?:
RTCConfiguration
|
(
(
)
=>
RTCConfiguration
|
Promise
<
RTCConfiguration
>
)
;
}
Index
Properties
data
Channel?
inbound
Connection
Timeout?
rtc
Configuration?
Properties
Optional
data
Channel
data
Channel
?:
DataChannelOptions
Optional
inbound
Connection
Timeout
inbound
Connection
Timeout
?:
number
Inbound connections must complete the upgrade within this many ms
Default
30000
Copy
Optional
rtc
Configuration
rtc
Configuration
?:
RTCConfiguration
|
(
(
)
=>
RTCConfiguration
|
Promise
<
RTCConfiguration
>
)
Type declaration
(
)
:
RTCConfiguration
|
Promise
<
RTCConfiguration
>
Returns
RTCConfiguration
|
Promise
<
RTCConfiguration
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
data
Channel
inbound
Connection
Timeout
rtc
Configuration
libp2p
Loading...
Inbound connections must complete the upgrade within this many ms