Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.1
-
MOODLE_401_STABLE
-
MOODLE_401_STABLE
-
MDL-75894-master -
Hide
Test
- As an admin, go to Site admin > Activity modules > Manage activities
- Enable BigBlueButton
- create or use an existing course on your site
- Create three different BigBlueButton activities with just one change in the configuration: the "Instance type" field should be set to "Room with recordings" for the first activity (a1), set to "Room only" for the second (a2) and finally "Only recordings" for the third (a3)
- Enrol one user as student in the previous course
- As an admin, enable "Mobile services": Site administration ► Mobile app ► Mobile settings
- Create a Token in the mobile app service for the previous student user
- Click on Site administration ► Plugins ► Web services ► Manage tokens
- Open the console and execute this new curl request, replacing WS_TOKEN with the token you just created, the SITE_URL with yours and BBBID with the bigbluebuttonbn activity a1 (the one set to "Room with recordings") instance id.
curl 'SITE_URL/webservice/rest/server.php?moodlewsrestformat=json&wsfunction=mod_bigbluebuttonbn_meeting_info' --data-raw 'bigbluebuttonbnid=BBBID&groupid=0&moodlewssettingfilter=true&moodlewssettingfileurl=true&moodlewssettinglang=en&wsfunction=mod_bigbluebuttonbn_meeting_info&wstoken=WS_TOKEN' --compressed | python -m "json.tool"
- Confirm that in the curl request response you see a features field with the following values:
- The feature with name "showroom" is set to true
- The feature with name "showrecordings" is set to true
- Repeat the previous CURL request but changing the id to the a2 (Room only) activity
- Confirm that in the curl request response you see a features field with the following values:
- The feature with name "showroom" is set to true
- The feature with name "showrecordings" is set to false
- Repeat the previous CURL request but changing the id to the a3 (Only recordings) activity
- Confirm that in the curl request response you see a features field with the following values:
- The feature with name "showroom" is set to false
- The feature with name "showrecordings" is set to true
ShowTest As an admin, go to Site admin > Activity modules > Manage activities Enable BigBlueButton create or use an existing course on your site Create three different BigBlueButton activities with just one change in the configuration: the "Instance type" field should be set to "Room with recordings" for the first activity (a1), set to "Room only" for the second (a2) and finally "Only recordings" for the third (a3) Enrol one user as student in the previous course As an admin, enable "Mobile services": Site administration ► Mobile app ► Mobile settings Create a Token in the mobile app service for the previous student user Click on Site administration ► Plugins ► Web services ► Manage tokens Open the console and execute this new curl request, replacing WS_TOKEN with the token you just created, the SITE_URL with yours and BBBID with the bigbluebuttonbn activity a1 (the one set to "Room with recordings") instance id. curl 'SITE_URL/webservice/rest/server.php?moodlewsrestformat=json&wsfunction=mod_bigbluebuttonbn_meeting_info' --data-raw 'bigbluebuttonbnid=BBBID&groupid=0&moodlewssettingfilter=true&moodlewssettingfileurl=true&moodlewssettinglang=en&wsfunction=mod_bigbluebuttonbn_meeting_info&wstoken=WS_TOKEN' --compressed | python -m "json.tool" Confirm that in the curl request response you see a features field with the following values: The feature with name "showroom" is set to true The feature with name "showrecordings" is set to true Repeat the previous CURL request but changing the id to the a2 (Room only) activity Confirm that in the curl request response you see a features field with the following values: The feature with name "showroom" is set to true The feature with name "showrecordings" is set to false Repeat the previous CURL request but changing the id to the a3 (Only recordings) activity Confirm that in the curl request response you see a features field with the following values: The feature with name "showroom" is set to false The feature with name "showrecordings" is set to true
Description
Please check the blocked issue for a detailed description: MOBILE-4137
Attachments
Issue Links
- blocks
-
MOBILE-4137 BBB can display that the room is ready to join when it isn't
-
- Closed
-