Fix WebRTCProvider inizialization (#328)

pull/325/head
Anastasiia Kim 3 days ago committed by GitHub
parent b49c91373b
commit 8801c044a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -41,10 +41,10 @@ async function getOrCreateGlobalPeer(): Promise<Peer> {
globalPeer = new Peer({
debug: 3,
config: {
iceServers,
host,
path,
config: {
iceServers,
},
})
}

Loading…
Cancel
Save