You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heads up!
This is a Zoom link - following it will most likely open Zoom and add you to our Co-Working Room.
Additionally, as always, our [Code of Conduct](https://virtualcoffee.io/code-of-conduct) is in effect.
Just want to make sure we're all on the same page :smiley:
However, not all of our events are Zoom links. So we could either just make this much more generic ("this is an external link...") or try to parse the event url and add some options canned options (Zoom, twitch, etc) plus a generic fallback.
The text was updated successfully, but these errors were encountered:
When joining our Co-Working Room, users are prompted with a nice confirmation step:
It would be great to add this to our Join Event slack buttons.
The co-working room prompt is contained in the button
accessory
- you can see that here:webhooks/functions/zoom-meeting-webhook-handler/slack.js
Lines 23 to 53 in 3536649
Here's the
accessory
button for the Join Event message:webhooks/functions/event-reminders-hourly/index.js
Lines 128 to 134 in 3536649
The message text for the coworking room is:
However, not all of our events are Zoom links. So we could either just make this much more generic ("this is an external link...") or try to parse the event url and add some options canned options (Zoom, twitch, etc) plus a generic fallback.
The text was updated successfully, but these errors were encountered: