mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Can specify whether the signaling server is secure or not.
This commit is contained in:
@ -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
|
||||
);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user