bigbluebutton-Github/bigbluebutton-html5/imports/ui/services
prlanzarin 8feb934169 feat(audio): add experimental transparent listen only mode
This is an initial, experimental implementation of the feature proposed in
https://github.com/bigbluebutton/bigbluebutton/issues/14021.

The intention is to phase out the explicit listen only mode with two
overarching goals:
  - Reduce UX friction and increase familiarity: the existence of a separate
  listen only mode is a source of confusion for the majority of users
  Reduce average server-side CPU usage while also making it possible for
  having full audio-only meetings.

The proof-of-concept works based on the assumption that a "many
concurrent active talkers" scenario is both rare and not useful. With
that in mind, this including two server-side triggers:
 - On microphone inactivity (currently mute action that is sustained for
   4 seconds, configurable): FreeSWITCH channels are held (which translates
   to much lower CPU usage, virtually 0%). Receiving channels are switched,
   server side, to a listening mode (SFU, mediasoup).
   * This required an extension to mediasoup two allow re-assigning producers
     to already established consumers. No re-negotiation is done.
 - On microphone activity (currently unmute action, immediate):
   FreeSWITCH channels are unheld, listening mode is deactivated and the
   mute state is updated accordingly (in this order).

This is *off by default*. It needs to be enabled in two places:
  - `/etc/bigbluebutton/bbb-webrtc-sfu/production.yml` ->
    `transparentListenOnly: true`
  - End users:
    * Server wide: `/etc/bigbluebutton/bbb-html5.yml` ->
      `public.media.transparentListenOnly: true`
    * Per user: `userdata-bbb_transparent_listen_only=true`
2023-08-07 19:43:18 -03:00
..
api Migrate the breakout room backend to new async api 2023-02-23 16:42:21 -03:00
audio-manager chore(audio): add more data to audio_joined/failure logs 2023-07-31 11:39:24 -03:00
auth Refactor: Migrate users for the Meteor 3.0 api 2023-03-20 16:35:52 -03:00
bbb-webrtc-sfu feat(audio): add experimental transparent listen only mode 2023-08-07 19:43:18 -03:00
features removing duplicates 2023-06-16 12:13:07 -03:00
LiveDataEventBroker
LocalCollectionSynchronizer fix: guarantee cleanup of stale data on re-subscriptions 2022-10-28 13:37:41 +00:00
locale
meeting-settings
mobile-app feat: Button to transfer user to mobile App (#15183) 2022-11-15 09:49:24 -03:00
notification replace lodash isEqual and isEmpty 2023-02-23 10:27:16 -03:00
settings Requested changes made and fix of deactivating mutiple cams 2023-05-17 11:30:06 -03:00
storage check for array and object in storage/setItem 2023-02-23 09:30:52 -03:00
subscription-registry [issue-16284] - tweaked minor problems and fixed blue screen when changing breakout rooms 2023-01-17 11:30:25 -03:00
unread-messages
users-settings
virtual-background
webrtc-base feat(audio): add experimental transparent listen only mode 2023-08-07 19:43:18 -03:00