-
Bug
-
Resolution: Fixed
-
Major
-
None
-
3.11.4
-
2.5
-
MOODLE_311_STABLE
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.
- has been marked as being related by
-
MDL-73192 Lock settings not working
-
- Closed
-