-
Notifications
You must be signed in to change notification settings - Fork 2
Proxy
Brent Baccala edited this page Sep 16, 2022
·
4 revisions
bbb-wss-proxy
-
Usage
From a Big Blue Button session, "share remote desktop" and use the URL
wss://BBB_SERVER/proxy
. ReplaceBBB_SERVER
with the DNS name of your Big Blue Button server.Use whatever password is required for your VNC desktop, which (by default) should be listening on port 5900 on the Big Blue Button server.
To change that default, edit
/etc/default/bbb-wss-proxy
and setDEFAULT_TARGET
.If the
ALLOWED_TARGETS
option is set in that file, users can specify the target they wish to connect to using a URL of the formwss://BBB_SERVER/proxy?target=HOST:PORT
Default is to prohibit target overrides.