command line arguments support added, webrtc config improved for p2p

This commit is contained in:
C
2023-02-01 17:08:19 +05:00
parent 236967e7d2
commit 83501d8ab6
2 changed files with 19 additions and 1 deletions
+2 -1
View File
@@ -15,5 +15,6 @@
"HttpsPort": 443,
"StreamerPort": 8888,
"SFUPort": 8889,
"MaxPlayerCount": -1
"MaxPlayerCount": -1,
"peerConnectionOptions": "{ \"iceServers\": [{\"urls\": [\"stun:stun1.l.google.com:19302\",\"stun:stun1.l.google.com:19302\"]}] }"
}