Update config.example.js

master
Håvar Aambø Fosstveit 2018-10-31 18:22:25 +01:00 committed by GitHub
parent abc6f4a7c4
commit 377209b904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

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.