Use REST eduTurn

This commit is contained in:
Håvar Aambø Fosstveit
2020-03-23 21:41:34 +01:00
parent cc4053ebea
commit 71b90dfb6c
5 changed files with 88 additions and 41 deletions
+3 -11
View File
@@ -5,15 +5,7 @@ var config =
developmentPort : 3443,
productionPort : 443,
multipartyServer : 'letsmeet.no',
turnServers : [
{
urls : [
'turn:turn.example.com:443?transport=tcp'
],
username : 'example',
credential : 'example'
}
],
/**
* If defaultResolution is set, it will override user settings when joining:
* low ~ 320x240
@@ -35,8 +27,8 @@ var config =
{ scaleResolutionDownBy: 1 }
],
// Socket.io request timeout
requestTimeout : 10000,
transportOptions :
requestTimeout : 10000,
transportOptions :
{
tcp : true
},