Jump to content

Join or start a zoom.us meeting


Recommended Posts

This Alfred Workflow is used to start or join a [Zoom](https://zoom.us/) meeting.
Support free or paid account, you can join a meeting without logged in.

 

Usage:

  1. Paste a Zoom meeting URL in Alfred directly, press Enter, this will join an existing meeting.
  2. Paste a Zoom meeting URL in Alfred, press Command + Enter, it will start a new meeting. And put the URL of this new meeting into your clipboard automatically.
  3. A new keyword “zm” is used to start a new meeting.
  4. Append an existing Zoom meeting ID after the keyword “zm”, it will join this meeting. For example: `zm 123-456-789`, `zm 123456789`
  5. Whether or not there is a meeting ID after keyword zm,press Command + Enter will always start a new meeting.
 

Source: https://github.com/chaifeng/alfred-zoomus/

Download: https://github.com/chaifeng/alfred-zoomus/releases

Screenshot_04_06_2017__13_15.jpg

zm.jpg

Screenshot_04_06_2017__13_15.jpg

Link to comment
  • 7 months later...
  • 1 year later...
On 1/16/2018 at 7:12 AM, bertg said:

Hi, I really love this script. But it seems somewhat overcomplicated.

 

Instead of doing all the complex things with apple script etc... why not just use this:

 

```bash

open "zoommtg://zoom.us/join?action=join&confno={query}"

```

 

Hey @bertg, I've played around with that but it seems that this URL does not work with meeting ID aliases, only when you have the meeting number :(

 

Link to comment
  • 4 months later...
  • 1 month later...
On 6/15/2019 at 2:12 PM, Tony D said:

This is great.. is there a way to have say  `zm n` open zoom and start a meeting using my default PMI?

 

This is exactly what brought me here. I was trying to create my own workflow to solve this.

I basically copied my personal zoom URL, and open a tab in chrome and paste the URL. In the Zoom preferences, I have it set to copy the meeting URL to my clipboard. This Zoom setting will apply to any Zoom session, and will definitely save some time.

 

I would love to see this workflow updated to include something Tony mentioned.

Link to comment
  • 2 months later...
  • 4 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...