Update config.example.js

This commit is contained in:
Håvar Aambø Fosstveit
2018-10-31 18:22:25 +01:00
committed by GitHub
parent abc6f4a7c4
commit 377209b904
-9
View File
@@ -16,15 +16,6 @@ module.exports =
},
// Listening port for https server.
listeningPort : 3443,
turnServers : [
{
urls : [
'turn:example.com:443?transport=tcp'
],
username : 'example',
credential : 'example'
}
],
mediasoup :
{
// mediasoup Server settings.