built by @maxwofford (initial version by @zachlatta)
- Zoom Pro meeting access
- Scheduled meetings
- Use anywhere in Slack
- Free (for Hack Clubbers)
- Fast
- This is only intended for Hack Clubbers in the slack
Go to any channel (or DM) in the Hack Club Slack & run /z
.
Yep! Scheduled meetings are done through the Google Calendar
addon. Install it for your account, then create a
meeting by choosing the /z
conference option on an event's settings page.
No, Zoom meetings created on the Zoom Pro license stay as Pro accounts even if host is transferred to a Zoom Basic account. This also means you can transfer host to another participant who joins (like a co-leader) and the call will retain it's Zoom Pro status.
Zoom Pro calls have a limit of 300 participants. Unfortunately this is a limit on Zoom's side, so we don't have much we can do to control it.
If you create a meeting in Slack with /z
, a public join link will be posted
in the channel that anyone can click. Just underneath there will be a hidden
message only shown to you with the host key, a 6 digit code you can use to
promote yourself to host.
If you create a meeting in Google Calendar, you'll find your host key on the app homepage of the @slash-z Slack bot. Your host key will only show up while a participant is in the meeting, so make sure to join it before looking for your host key.
Related: Zoom's help page on using host keys
Yes, once you are host of a meeting you can promote another participant to host by opening the "Participants" tab and clicking "Make host" next to their name.
Additionally we've enabled Zoom's co-hosting feature, that enables you to give host permissions to multiple participants in your call. To promote a participant to co-host, open the "Participants" tab and click "Make co-host" next to their name.
Related: Zoom's help page on promoting a co-host
No, you can start calls as well as claim host in calls from any Zoom account. You can even do it without signing into a Zoom account.
No, /z
as well as the Google Calendar addon work with
any Gmail account that has permission to install addons.
That's fine to do! Please don't go crazy with multiple accounts, but the Google Calendar addon was built for people to install to their personal & work/school accounts.
It should, but every school puts different restrictions on their student accounts.
If you run into issues creating or joining meetings while signed into a Zoom account provided by your school try signing out of Zoom and create/join your meetings from a logged out Zoom client.
It depends on the settings your school put on your Gmail account.
Some schools will put restrictions on their student accounts to prevent installing new addons. You'll need to install our addon for creating scheduled meetings.
Your school-issued Gmail account shouldn't interfere with any meetings created in Slack with /z
.
Zoom has some really cool built-in features for taking over host status of a scheduled call. We have a list of paid Zoom Pro accounts that will host a new meeting when called upon. The join link is given to the meeting participant, as well as a host key that lets the user become host of the call.
Following environment variables must be set:
DATABASE_URL
SLACK_BOT_USER_OAUTH_ACCESS_TOKEN
SLACK_CLIENT_ID
SLACK_CLIENT_SECRET
ZOOM_VERIFICATION_TOKEN
You can either set these in the environment or create a file called .env
and set them, one per line with =
separating the values. slash-z
will automatically load the contents of .env
.