sfu creation added

This commit is contained in:
2023-04-20 09:02:44 +03:00
parent 9c2c413363
commit c8da3c8e38
6 changed files with 43 additions and 3 deletions
+5
View File
@@ -58,6 +58,11 @@ const test_config = () => {
config_pass = false
}
if (!config.sfu_server_path) {
not_valid('sfu_server_path')
config_pass = false
}
if (config.webrtc_server_path) {
if (!fs.existsSync(config.webrtc_server_path)) {
not_valid('wbertc_server_path exists in config BUT not in the filesystem (file not exists)')