Create Zoom Breakout Rooms automagically
- Copy
config.json.example
toconfig.json
- Adjust the parameters as needed, especially the
meetingId
,meetingPassword
andhostKey
values
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.
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.