sfu creation added
This commit is contained in:
@@ -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)')
|
||||
|
||||
Reference in New Issue
Block a user