@aicacia/peer
Preparing search index...
PeerOptions
Interface PeerOptions
interface
PeerOptions
{
answerConfig
?:
RTCAnswerOptions
;
channelConfig
?:
RTCDataChannelInit
;
channelName
?:
string
;
config
?:
RTCConfiguration
;
id
?:
string
;
maxChannelMessageSize
?:
number
;
offerConfig
?:
RTCOfferOptions
;
sdpTransform
?:
(
sdp
?:
string
)
=>
string
;
webrtc
?:
PeerWebRTC
;
}
Index
Properties
answer
Config?
channel
Config?
channel
Name?
config?
id?
max
Channel
Message
Size?
offer
Config?
sdp
Transform?
webrtc?
Properties
Optional
answer
Config
answerConfig
?:
RTCAnswerOptions
Optional
channel
Config
channelConfig
?:
RTCDataChannelInit
Optional
channel
Name
channelName
?:
string
Optional
config
config
?:
RTCConfiguration
Optional
id
id
?:
string
Optional
max
Channel
Message
Size
maxChannelMessageSize
?:
number
Optional
offer
Config
offerConfig
?:
RTCOfferOptions
Optional
sdp
Transform
sdpTransform
?:
(
sdp
?:
string
)
=>
string
Optional
webrtc
webrtc
?:
PeerWebRTC
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
answer
Config
channel
Config
channel
Name
config
id
max
Channel
Message
Size
offer
Config
sdp
Transform
webrtc
@aicacia/peer
Loading...