Skip to content

Javascript browser extension to manage pairs in Zoom breakouts

License

Notifications You must be signed in to change notification settings

janelletavares/randomized-breakout-pairs-zoom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zoom browser extension for Mozilla Firefox and Google Chrome.

See the original README for context.

Overview

For our use case, round robin was not going to work. In addition to avoiding putting the same two people in a breakout room, we have to account for people leaving and joining over the course of our event. Therefore, we evaluate matches on a case by case basis instead of as a whole batch. Updating Zoomie to have persistent storage across tab refreshes was also helpful for us. We added forms to indicate which matches we would like to avoid and which matches have happened in the recent past so as to avoid them in the near future. The host is never sent to a breakout room, and we try to avoid matching Cohosts together.

Future work

  • Adding more breakout rooms programmatically.

About

Javascript browser extension to manage pairs in Zoom breakouts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.1%
  • Python 5.4%
  • Shell 0.5%