littleredbutton / cloud_bbb

@bigbluebutton integration for @nextcloud
GNU Affero General Public License v3.0
103 stars 43 forks source link

Password only digits an given for the optional videobridge / phone calls / recording-items #144

Open mave-git opened 3 years ago

mave-git commented 3 years ago

a) Scenario: We have a BBB-server working with Greenlight-gui and phone calls. Password/security codes are modified:

  1. BBB is modified to 6 digits (only digits no characters. 6, because Greenlight generates 6, inside NC it could be 5)
  2. the same digits are used als PIN for getting inside a conference calling by phone

Using Nextcloud-BBB works the same way as Greenlight/BBB out of the box: PIN for call-in is shown after a room was started, no chance to give this PIN before, when inviting people. Sometimes users call without screen - like ZOOM conferences, so it would be nice to choose this mechanism.

b) Is it possible to disable (not shown) all recording items/buttons? On a /ourBBB-Server all recording functions are disabled, and the shown recording-points forces irritation ;-)

sualko commented 3 years ago

a) I understand the use case, but I think it's easier to set the voiceBridge parameter during the create call to define a pin instead of modifying the room password. Is there a reason why you chose that way?

b) Currently this is not possible, but pull requests are welcome.