Creating different meeting rooms on bubble

hello Bubblers,
Does anyone have an idea on how to create separate meeting rooms on Bubble that allow users to host meetings using tools provided on their dashboard? My App provides a dashboard with tools where group of users can share ideas in real time on a whiteboard. I need to create separate meeting rooms where users can set and host meetings with no interference. Any idea on how to create separate meeting rooms where users can login to host and participate in meetings will be appreciated.

Create a “Meeting Room” data type.

That data type will include things such as:

  • UsersInvited
  • UsersAttending
  • StatusOfRoom
  • Room Password
  • RoomLink
  • Whatever else you need!

Then, create a meetingroom page (set content type to Meeting Room).

Does that help?
Learn no code → nocodify.com

1 Like

Thanks for your swift response Nocodify. I have already created these things. My problem is, i want users to be able to link their dashboard with other users and share materials in real time. I can clone the page where the materials are shared to multiple pages and provide a password for each of the pages but is this the most efficient way to do it particularly for an app that is expected to scale?