build(bbb-webrtc-sfu): v2.11.0-beta.2

A few adjustments to the transparent listen only mechanism

New Prometheus metrics to validate transparent listen only
This commit is contained in:
prlanzarin 2023-08-09 22:46:03 -03:00
parent db534782aa
commit 0f9b9e1932
2 changed files with 2 additions and 4 deletions

View File

@ -1 +1 @@
git clone --branch v2.11.0-beta.1 --depth 1 https://github.com/bigbluebutton/bbb-webrtc-sfu bbb-webrtc-sfu git clone --branch v2.11.0-beta.2 --depth 1 https://github.com/bigbluebutton/bbb-webrtc-sfu bbb-webrtc-sfu

View File

@ -116,10 +116,8 @@ In version 2.7, we present the initial iteration of this audio mode, primarily f
The primary objective is to assess the viability of the proposed approach and gather community feedback. The primary objective is to assess the viability of the proposed approach and gather community feedback.
The new mode is *turned off by default* and is considered *experimental*. To enable it: The new mode is *turned off by default* and is considered *experimental*. To enable it:
- Add `transparentListenOnly: true` to `/etc/bigbluebutton/bbb-webrtc-sfu/production.yml`
- Restart `bbb-webrtc-sfu` with `systemctl restart bbb-webrtc-sfu`
- To enable on clients: - To enable on clients:
* Server wide: configure `public.media.transparentListenOnly: true` in `/etc/bigbluebutton/bbb-html5.yml` * Server wide: configure `public.media.transparentListenOnly: true` in `/etc/bigbluebutton/bbb-html5.yml`, then restart `bbb-html5` (`systemctl restart bbb-html5`)
* Per user: utilize `userdata-bbb_transparent_listen_only=true` * Per user: utilize `userdata-bbb_transparent_listen_only=true`
### Upgraded components ### Upgraded components