A couple of corrections and clarifications:>>> is there a way to create
new rooms on the fly with backend code?>yes , you can create room
programmatically using external authentication.We provide server-side
scripts in a few languages for back-end operations. Managing external
authentication is one the tasks you can do server-side. Other tasks are
room creations / deletion / listing, etc.Look in the extra/scripts
folder in your SDK install>>>Any limitations on the number of
rooms?>Currently the ...