Can specify whether the signal server is secure or not

This commit is contained in:
2019-02-02 08:08:44 +01:00
parent 45875a2972
commit 9d3fb3b342
4 changed files with 12 additions and 0 deletions

View File

@ -21,6 +21,7 @@ $config->set("calls", array(
"enabled" => true,
"signal_server_name" => "localhost",
"signal_server_port" => 8081,
"is_signal_server_secure" => false,
"stun_server" => "stun:127.0.0.1:3478",
"turn_server" => "turn:127.0.0.1:3478",
"turn_username" => "anonymous",