-
Bug
-
Resolution: Fixed
-
Minor
-
4.0
Since version 2.4, the plugin allows Teachers and Administrators to lock certain BBB features from Students.
But these locks even when they are set in the activity are not being passed to BBB when the create request is sent.
See https://github.com/blindsidenetworks/moodle-mod_bigbluebuttonbn/pull/246
Currently we only send
/bigbluebutton/api/create?
|
meetingID=3a851ae749c8f633e1aa398ff2796b44e03b286d-2-5[0]& |
name=Test case 4 (All participants)& attendeePW=Nt6S7fyj5LzJ& |
moderatorPW=L0VrmU2dsBEt&
|
logoutURL=http://webnewest-dev/moodle311/mod/bigbluebuttonbn/bbb_view.php?action=logout&id=18& |
record=true& |
welcome=<br>Welcome to <b>%%CONFNAME%%</b>!<br><br>For help on using BigBlueButton see these (short) <a href="event:http://www.bigbluebutton.org/content/videos"><u>tutorial videos</u></a>.<br><br>To join the audio bridge click the phone icon (top center). <b>Please use a headset to avoid causing background noise for others.</b><br><br>This session may be recorded.& |
meta_bbb-origin=Moodle&
|
meta_bbb-origin-version=3.11.4 (Build: 20211108)& |
meta_bbb-origin-server-name=webnewest-dev&
|
meta_bbb-origin-server-common-name=&
|
meta_bbb-origin-tag=moodle-mod_bigbluebuttonbn (2021091406)& |
meta_bbb-context=Development 101& |
meta_bbb-context-id=2& |
meta_bbb-context-name=Development 101& |
meta_bbb-context-label=DEV101&
|
meta_bbb-recording-name=Test case 4 (All participants)& |
meta_bbb-recording-description=&
|
meta_bbb-recording-tags=&
|
meta_bbb-meeting-size-hint=2& |
checksum=4c93582683c7458ce321145a6e8373d220f6762b
|
The settings are already part of the meeting but the corresponding parameters must be passed to BBB on create.
This is in fact a little bigger as the settings were also missing after the refactoring. See section Configuration for locking settings on v2.4.4:
Update(20211201): Do we need "Lock settings" when a room is "Recordings only"? If that is not the case, we could remove those settings.
- has a non-specific relationship to
-
CONTRIB-8772 Lock settings not working
- Closed
-
MDL-73254 Setting 'Hide recording button' not working
- Closed
- has a QA test
-
MDLQA-16743 BBB lock settings visibility should be configurable
- Open
-
MDLQA-17357 CLONE - BBB lock settings visibility should be configurable
- Passed
-
MDLQA-17909 CLONE - BBB lock settings visibility should be configurable
- Passed
-
MDLQA-18406 CLONE - BBB lock settings visibility should be configurable
- Passed
-
MDLQA-18891 CLONE - BBB lock settings visibility should be configurable
- Passed
-
MDLQA-19334 CLONE - BBB lock settings visibility should be configurable
- Passed
- has been marked as being related by
-
MDL-73937 Remove database columns lockedlayout from Bigbluebutton
- Closed