Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meeting ID not defined if it contains spaces #7

Open
tag opened this issue Sep 14, 2020 · 2 comments
Open

Meeting ID not defined if it contains spaces #7

tag opened this issue Sep 14, 2020 · 2 comments

Comments

@tag
Copy link

tag commented Sep 14, 2020

Great workflow; super useful. Thanks for the work here.

When doing the Alfred command zm 555 5555 5555 (where the #s is the meeting ID, as delivered in the Zoom emails and meeting information pane), the workflow returns an error message. On deleting the spaces it works as expected, but it would be preferable to be able to simply paste in the format Zoom provides.

@brentchow
Copy link

Pretty easy fix here:

$zoomurl = str_replace(' ', '', $argv[1]);

@aurooba
Copy link
Owner

aurooba commented Dec 29, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants