A utility for creating multiple Zoom meeting participants for testing and demonstration purposes. This tool allows you to quickly join a Zoom meeting with several simulated participants using browser-based Zoom clients.
- Join Zoom meetings with multiple simulated participants
- Each participant gets a random name with a prefix (DE, DE/EN, EN, NT)
- Optimized to use minimal system resources
- Automatically attempts to stop incoming video to reduce bandwidth usage
- Cross-platform: works on Windows, macOS, and Linux
No manual installation required. The tool's launcher scripts will automatically download and install all dependencies using Robocorp RCC.
- Download the
Start_Triad_Tool_Windows.batfile - Double-click to run the file
- The tool will automatically download and set up its environment
- Once launched, enter the Zoom meeting link and the number of participants
- Click "Start" to begin
- Download the
Start_Triad_Tool_Mac.shfile - Open Terminal and navigate to where you saved the file
- Make the script executable:
chmod +x Start_Triad_Tool_Mac.sh - Run the script:
./Start_Triad_Tool_Mac.sh - Once launched, enter the Zoom meeting link and the number of participants
- Click "Start" to begin
- Download the
Start_Triad_Tool_Linux.shfile - Open a Terminal and navigate to where you saved the file
- Make the script executable:
chmod +x Start_Triad_Tool_Linux.sh - Run the script:
./Start_Triad_Tool_Linux.sh - Once launched, enter the Zoom meeting link and the number of participants
- Click "Start" to begin
The tool uses:
- Flet for the user interface
- Playwright for browser automation
- Headless Chromium browsers to join the Zoom meetings
- Robocorp's RCC to manage isolated environments and dependencies
- For best performance, limit the number of participants to what your system can handle
- A warning will be displayed if you try to create more than 10 participants
- You can stop all participants at any time by clicking the "Stop" button
- The tool converts regular Zoom links to web client links automatically
If you encounter issues:
- Ensure you have a stable internet connection
- Verify that the Zoom meeting link is valid
- Try with a smaller number of participants
- If the tool doesn't start, make sure you have permission to run scripts
- Built with Python 3.10
- Uses a conda environment managed by RCC
- Includes automatic installation of Playwright and Chromium
- Browser instances run in headless mode to save resources