All Projects → hackclub → slash-z

hackclub / slash-z

Licence: other
/z to create a new Zoom Pro meeting in the Hack Club Slack

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

/z (Slash Z)

⚠️ GitHub & Heroku have turned off their integration while investigating a breach, so changes will not automatically deploy after pushing to main. If you have access to do so, please push your changes to the main branch of the Heroku git remote once your PR is merged. Otherwise, please mention it in the PR and assign @maxwofford or @sampoder for review.

dinosaur chilling on a Zoom call with friends

built by @maxwofford (initial version by @zachlatta)

Features

  • Zoom Pro meeting access
  • Scheduled meetings
  • Use anywhere in Slack
  • Free (for Hack Clubbers)
  • Fast

Limitations

Usage

Go to any channel (or DM) in the Hack Club Slack & run /z.

type '/z' into slack for a call!

FAQ

Can I schedule meetings?

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.

Will my meeting have a 45 minute limit?

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.

How many people can join my call?

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.

How do I become the host of my meeting?

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

Can I give host access to my co-leads?

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

Do I need a Hack Club Zoom account?

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.

Do I need to use a Hack Club email address?

No, /z as well as the Google Calendar addon work with any Gmail account that has permission to install addons.

Can I use this on my personal Gmail account?

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.

Does this work with a school Zoom account?

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.

Does this work with a school Gmail account?

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.

Do you have a Gource?

Yes

How it works

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.

Local development / setup

Following environment variables must be set:

AIRBRIDGE_API_KEY
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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].