Google Meet Webhooks Google Meet Webhooks

Productivity
Version: 1.2.2
Last Update: 2020-08-26

Overview

Google Meet Webhooks is a Chrome extension developed by Justin Poehnelt. According to the data from Chrome web store, current version of Google Meet Webhooks is 1.2.2, updated on 2020-08-26.
71 users have installed this extension. 1 users have rated this extension with an average rating of .

Trigger a webhook when the microphone or camera is turned on or off in a Google Meet.

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

Rating

1 ratings

Total Installs

71

Information

Last Update

2020-08-26

Current Version

1.2.2

Size

57.55KiB

Author

Justin Poehnelt

Website

None

Category

Productivity

Latest Reviews

See More

avatar Justin Poehnelt
2020-08-18

I wrote and use this extension to turn my Phillips Hue lights on and off when I am in a meeting.

avatar Justin Poehnelt
2020-08-18

I wrote and use this extension to turn my Phillips Hue lights on and off when I am in a meeting.

avatar Justin Poehnelt
2020-08-18

I wrote and use this extension to turn my Phillips Hue lights on and off when I am in a meeting.

avatar Justin Poehnelt
2020-08-18

I wrote and use this extension to turn my Phillips Hue lights on and off when I am in a meeting.

avatar Justin Poehnelt
2020-08-18

I wrote and use this extension to turn my Phillips Hue lights on and off when I am in a meeting.