-
Bug
-
Resolution: Done
-
Minor
-
4.0.2
-
-
MOODLE_400_STABLE
-
MOODLE_401_STABLE
-
Moodle App 4.1.0
Reported by a BMA, the app says that the room is ready but it doesn't display any join button. When the user can't join the meeting we display the statusmessage, and the statusmessage says that the room is ready.
Looking at the LMS code, my guess is that in browser it's not displayed because the following instruction returns false:
$this->instance->is_feature_enabled('showroom')
When this happens, the template to display the room info isn't rendered.
Right now the app doesn't receive the showroom setting.
- is blocked by
-
MDL-75894 BBB plugin should return the 'showroom' feature via Web Services to avoid issues when the room is not ready
- Closed