Zoom's September 21, 2020 release will have native breakout room switching without Host-assistance. With that said, maybe the internals can be repurposed for something new that Zoom hasn't enabled?
Making it possible for everyone to walk around to other Breakout Rooms in a Zoom Meeting without the aid of the Host
Discord for help, comments, discussion, etc. : https://discord.gg/NS6nbrT
TODO: Video Showcase/Tutorial/Demo. Sample below; not final.
Example Screen Share in main meeting:
It is strongly recommend you do a dry run with some associates first!
extension
folder.*.zoom.us
domains.After:
<Something>
Audio".Chat commands only work in the main or root Zoom meeting.
If you're in a breakout room, you can return to the main or root Zoom meeting from a Breakout room by selecting End Meeting in a Breakout Room and selecting Leave Breakout room.
!ls
List Rooms
Switching Rooms as a non-host or non-cohost (this is whole reason for this bot's existence)
!mv <room id>
or !mv <room name>
!ls
. The host may have also screen shared a screen with the list.[room id]
or [room name]
to your name.
Bryan [1]
" to move to the room with the ID of "1
".Bryan [Foo]
" to move to the room whose name best matches "Foo".Both the !mv
command and the name change action can take a room name.
The best matching room name is the room the requester will be sent to. This is a fuzzy search.
Breakout rooms are by default named Breakout Room <some number>
but they can be renamed before the breakout rooms are opened or while the rooms are temporaily closed.
!mv las
" or change their name to "Bryan [las]
".
!mv 4
or change their name to Bryan [4]
.!version
Have the bot print out the version.MIT
This is likely cobbled together from piles of stackoverflow, random Google Searches, and contributors.