dreammall-earth / dreammall.earth

Dreammall.earth website & product page
https://dreammall-earth.github.io/dreammall.earth/
Apache License 2.0
6 stars 2 forks source link

🚀 [Feature] Frontend: Leave BBB room #706

Closed Elweyn closed 1 month ago

Elweyn commented 4 months ago

🚀 Feature

We want the frontend to register when the User leaves BigBlueButton table. :warning: This has been postponed due to several infrastructure issue, which have to be addressed first.

In the backend a redirect url when a meeting is ended to (eg. https://stage1.app.dreammall.earth/ or a new page)

🤖 ToDo

Bettelstab commented 2 months ago

Unfortunately the iframe src does not change when its location changes, as I had expected. It seems there is no way for the parent to detect the location change by itself, because of browsers' Same Origin Policy. What we can do, hopefully, is to send a message via postMessage. That means we need to modify BigBlueButton code and I currently don't know how to do that