aurooba / alfred-workflow-zoom-meetings

Join a Zoom meeting without the link opening in your browser.
MIT License
45 stars 2 forks source link

Meeting ID not defined if it contains spaces #7

Open tag opened 4 years ago

tag commented 4 years ago

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 commented 3 years ago

Pretty easy fix here:

$zoomurl = str_replace(' ', '', $argv[1]);
aurooba commented 3 years ago

Yes! I've been a bit busy but planning a release for later this week with this fix and a few others. :)

On Tue, Dec 29, 2020 at 12:43 PM Brent Chow notifications@github.com wrote:

Pretty easy fix here:

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/aurooba/alfred-workflow-zoom-meetings/issues/7#issuecomment-752218468, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABU2XTAIPHMSBQS5NXR34NLSXIWMXANCNFSM4RL2QRMQ .

-- Cheers,

Aurooba Ahmed (she/her) https://aurooba.com