Skip to content

kadrim/zoom-breakout

Repository files navigation

Zoom-Breakout

Create Zoom Breakout Rooms automagically

Configuration

  1. Copy config.json.example to config.json
  2. Adjust the parameters as needed, especially the meetingId, meetingPassword and hostKey values

Usage

At the time of writing, this package needs at least nodejs v16

You have to enter the designated meeting with your zoom-client and the meeting must not have a host-user assigned yet. This step is important as the meeting will otherwise be terminated after the rooms have been created by the bot.

To execute the creation of the breakout rooms, simply run these commands:

npm install
npx playwright install
npm run breakout

Alternatively you can run npm run breakout:headed to see what actions the scripts perform or use npm run breakout:dryrun to output which rooms would be created.

Disclaimer

THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

Create Zoom Breakout Rooms automagically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published