feat(utilities): disable peerjs auto-discovery
This commit is contained in:
parent
e6396ca4e7
commit
9a01a4dc16
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ const peerServer = ExpressPeerServer(server, {
|
|||
debug: true,
|
||||
path: '/',
|
||||
proxied: true,
|
||||
allow_discovery: true
|
||||
allow_discovery: false
|
||||
});
|
||||
peerServer.on('connection', peerConnection);
|
||||
peerServer.on('disconnect', peerDisconnect);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue