Hi, I have a moodle based site using the bbb integration. Now moodle currently correctly logs the Join/leave actions related to the BBB rooms.
Point is the that it correctly logs the leave action only if the user clicks on the logout button of BBB, but it doesn't log it if the user just close the browser tab/windows.
Is there any configuration related to this thing? Or anyone knows where this thing is "placed" in the code?
My idea is that a probable solution could be adding the generation of the LogoutEvent of the client button in the Userdisconnected server part... or something like that. What do you think?