-
Bug
-
Resolution: Fixed
-
Minor
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
Easy
-
There is an issue when a meeting is recorded and there where breakout rooms in the meeting. Even though the breakout rooms may not be recorded, the response of the parent recording includes the id's of all the breakout rooms.
The pulgin cascades those getRecordings, but there is a bug in the function that fetches a recordings, so instead of a follow-up getRecordings per parent recording, there is one per breakout room itself.
This may cause an overflow of getRecrdings and an urresponsive page.
- has been marked as being related by
-
CONTRIB-8802 breakout room recordings causes an overflow of getRecordings
- Closed