mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-04-13 21:38:21 +02:00
parent
c5b21c7f89
commit
81e1707364
@ -293,7 +293,7 @@ public:
|
|||||||
#so far. Increasing this value might help avoiding 1004 error when
|
#so far. Increasing this value might help avoiding 1004 error when
|
||||||
#user activates microphone.
|
#user activates microphone.
|
||||||
iceGatheringTimeout: 5000
|
iceGatheringTimeout: 5000
|
||||||
sipjsHackViaWs: false
|
sipjsHackViaWs: true
|
||||||
#Websocket keepAlive interval (seconds). You may set this to prevent
|
#Websocket keepAlive interval (seconds). You may set this to prevent
|
||||||
#websocket disconnection in some environments. When set, BBB will send
|
#websocket disconnection in some environments. When set, BBB will send
|
||||||
#'\r\n\r\n' string through SIP.js's websocket. If not set, default value
|
#'\r\n\r\n' string through SIP.js's websocket. If not set, default value
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
location /ws {
|
location /ws {
|
||||||
proxy_pass https://$freeswitch_addr:7443;
|
proxy_pass http://$freeswitch_addr:5066;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection "Upgrade";
|
proxy_set_header Connection "Upgrade";
|
||||||
|
Loading…
Reference in New Issue
Block a user