首页 扩展程序 Google Meet Webhooks

Google Meet Webhooks

提供方: Justin Poehnelt
1
效率 72 位用户

插件简介

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

其他信息

ID lhkkhfmbgiaaagbeoblnjiklilmaeddj 版本 1.2.2 上次更新日期 2020年8月26日 大小 57.55KiB 语言 支持1 种语言 开发者

justin.poehnelt@gmail.com

适用浏览器

谷歌浏览器、其他Chromium内核的浏览器

Google Meet Webhooks Chrome插件下载

为打击盗链困扰,本站已启用人机验证
微信扫码关注左侧公众号,发送“插件”二字获得验证码,验证码5分钟全站有效