Can specify whether the signaling server is secure or not.

This commit is contained in:
2019-02-02 08:11:11 +01:00
parent faba9b36cb
commit 817ef1069c
2 changed files with 5 additions and 3 deletions

View File

@ -535,7 +535,8 @@ ComunicWeb.components.calls.callWindow = {
call.signalClient = new SignalExchangerClient(
config.signal_server_name,
config.signal_server_port,
call.localPeerID
call.localPeerID,
config.is_signal_server_secure
);