Apply suggestions from code review

Co-authored-by: Sebastian Kippe <sebastian@kip.pe>
This commit is contained in:
bumi 2020-05-14 12:13:38 +02:00 committed by GitHub
parent fca017c61a
commit 95290a7715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ wiki's API on its own.
### Zoom ### Zoom
The Zoom integation creates contributions for meeting participations. The Zoom integration creates contributions for meeting participations.
Every meeting that is longer than 15 minutes and with more than 2 participants will be registered. Every meeting that is longer than 15 minutes and with more than 2 participants will be registered.
An optional meeting whitelist can be configured to create contributions only for specific meetings. An optional meeting whitelist can be configured to create contributions only for specific meetings.
@ -128,7 +128,7 @@ An optional meeting whitelist can be configured to create contributions only for
#### Setup #### Setup
A Zoom app has to be setup and an [event webhook subscription](https://marketplace.zoom.us/docs/api-reference/webhook-reference/meeting-events/meeting-ending") A Zoom JWT app has to be set up and an [event webhook subscription](https://marketplace.zoom.us/docs/api-reference/webhook-reference/meeting-events/meeting-ending")
on `meeting.ended` has to be configured to the following URL: on `meeting.ended` has to be configured to the following URL:
https://your-hubot.example.com/incoming/kredits/zoom/{webhook_token} https://your-hubot.example.com/incoming/kredits/zoom/{webhook_token}