Unaidedsteak / zoomies

Forward zoommtg links to a remote host!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zoomies

Ever needed to click on a Zoom meeting invite and join the meeting on a remote host? No? Me either... πŸ‘€πŸ‘€

❗❗❗ probably don't use this over the internet. ❗❗❗

How to cross-compile for Windows

  1. Install cross
    cargo install cross
  2. Use cross to build Windows binaries
    cross build --target x86_64-pc-windows-gnu

Usage

  1. Place zoomies-client.exe on the host you'll be clicking meeting invites on.
  2. Change a the following registry entry:
    Computer\HKEY_CLASSES_ROOT\zoommtg\shell\open\command
    to the following command:
    "C:\{{PATH_TO_ZOOMIES-SERVER.exe}}\zoomies-server.exe" "--url=%1"
  3. Place zoomies-server.exe on the host you want to join the meeting on.
  4. Create a config.yml next to zoomies-server.exe (see example below)
  5. Run zoomies-server.exe

Example zoomies-server config

zoom_bin_path:  "C:\\Users\\{{YOUR_USER}}\\AppData\\Roaming\\Zoom\\bin\\Zoom.exe"

About

Forward zoommtg links to a remote host!

License:MIT License


Languages

Language:Rust 100.0%