Might I suggest reworking breakout rooms to not use a sql database. I think we could achieve the same functionality with a simple dictionary, which would yield better performance since we wouldn't have to be opening and closing a db connection every time. Not to mention, then we don't have the developer overhead of having to worry about maintaining that db file
Might I suggest reworking breakout rooms to not use a sql database. I think we could achieve the same functionality with a simple dictionary, which would yield better performance since we wouldn't have to be opening and closing a db connection every time. Not to mention, then we don't have the developer overhead of having to worry about maintaining that db file