bigbluebutton / bigbluebutton-room-media-connector

GNU General Public License v3.0
5 stars 4 forks source link

Auto-mute the client that is pairing with the room through the html-plugin. #27

Open tibroc opened 3 months ago

tibroc commented 3 months ago

Motivation

The client that is connecting to the BBB meeting via the html-plugin needs to be automatically muted when pairing is successful. Otherwise immediate audio feedback loops are very common.

Proposed Solution

The plugin should mute the client immediately after the room pairing was succesful (see Issue #26 ).

Alternatives Considered

Alternatively a special role could be created in BBB denominating in-person users who are then handled differently by BBB. However, this requires more planning with BBB core.