https://github.com/vivek-nexus/gmeet-slack-integration-status
https://github.com/vivek-nexus/gmeet-slack-integration-status
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vivek-nexus/gmeet-slack-integration-status
- Owner: vivek-nexus
- Created: 2022-06-09T12:31:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T04:37:01.000Z (over 1 year ago)
- Last Synced: 2025-02-10T04:14:42.982Z (4 months ago)
- Language: HTML
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gmeet-slack-integration-status
A simple repo that shows the extension status code [here](https://vivek-nexus.github.io/gmeet-slack-integration-status/)
Status is updated by one of the maintainers of https://github.com/vivek-nexus/google-meet-slack-integration
## 200
````
{
"status": 200,
"message": "Google Meet ⇔ Slack is running. Use Ctrl + V to join meeting, Ctrl + Q to exit meeting.
Status updates sometimes may not work for back-to-back, super short meetings (< 1min)."
}
````## 400
````
{
"status": 400,
"message": "Google Meet ⇔ Slack is down for upgradation.
You can use Google Meet normally, until the extension is automatically upgraded. Check status here."
}
````