Update config.example.js
This commit is contained in:
committed by
GitHub
parent
abc6f4a7c4
commit
377209b904
@@ -16,15 +16,6 @@ module.exports =
|
|||||||
},
|
},
|
||||||
// Listening port for https server.
|
// Listening port for https server.
|
||||||
listeningPort : 3443,
|
listeningPort : 3443,
|
||||||
turnServers : [
|
|
||||||
{
|
|
||||||
urls : [
|
|
||||||
'turn:example.com:443?transport=tcp'
|
|
||||||
],
|
|
||||||
username : 'example',
|
|
||||||
credential : 'example'
|
|
||||||
}
|
|
||||||
],
|
|
||||||
mediasoup :
|
mediasoup :
|
||||||
{
|
{
|
||||||
// mediasoup Server settings.
|
// mediasoup Server settings.
|
||||||
|
|||||||
Reference in New Issue
Block a user