Description from extension meta
Trigger a webhook when the microphone or camera is turned on or off in a Google Meet.
Image from store
Description from store
This extension calls a user defined webhook when the microphone and camera change from muted to unmuted.
Each webhook will be called with POST having Content-Type: application/json.
{
"input": {
"camera": "active",
"microphone": "inactive"
},
"id": "aaa-bbb-ccc",
"timestamp": 123456789,
"previous": {
"input": {
"camera": "inactive",
"microphone": "unknown"
},
"id": "aaa-bbb-ccc",
"timestamp": 123456789
}
}
Webhooks can be triggered for the following events:
change: Any state has changed.
input.change: An input status has changed.
input.active: An input has changed to active.
input.inactive: An input has changed to inactive.
input.camera.change: The camera status has changed.
input.camera.active: The camera has changed to active.
input.camera.inactive: The camera has changed to inactive.
input.microphone.change: The microphone status has changed.
input.microphone.active: The microphone has changed to active.
input.microphone.inactive: The microphone has changed to inactive.
**Known Issues:**
- If you close the tab or browser, no webhook will be fired.
**Changes: ***
https://github.com/jpoehnelt/chrome-meet-webhook-extension/releases
Latest reviews
- (2020-08-18) Justin Poehnelt: I wrote and use this extension to turn my Phillips Hue lights on and off when I am in a meeting.
Latest issues
- (2022-01-28, v:1.2.2) Alex Dillon: Use with Zoho Flow?
Hi there, I would love to be able to use this web hook to trigger events in Zoho Flow. For example, when a user starts a meeting to set their status in Zoho Cliq to 'in a meeting' and when ends set to 'Available'. Zoho flow has web hooks as triggers. I tried copying the zoho flow trigger web hook url into the meet webhook extension settings but nothing is triggered. Do you think I am doing something wrong?
Statistics
Installs
76
history
Category
Rating
0.0 (0 votes)
Last update / version
2020-08-26 / 1.2.2
Listing languages
en