Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

google hangouts shutdown #3816

Open
mattlindsey opened this issue Dec 14, 2022 · 2 comments
Open

google hangouts shutdown #3816

mattlindsey opened this issue Dec 14, 2022 · 2 comments

Comments

@mattlindsey
Copy link
Collaborator

WebsiteOne had integration with Google Hangouts, which has been shut down and replaced with Google Chat: https://blog.google/products/workspace/hangouts-to-chat/
There was a button to start a hangout from an Event and communication back to show status of the event in the website.

Google Chat does have an api, so we might be able to integrate that: https://developers.google.com/chat/api/reference/rest

Or Twitch? Or remove all the 'hangouts' code?

Note that settings.yml stored the app id:
hangouts:
app_id: <%= ENV['HANGOUTS_APP_ID'] %>
ssl_host: <%= ENV['SSL_HOST'] %>

@mattlindsey
Copy link
Collaborator Author

mattlindsey commented Jan 28, 2023

There is a new Google Meet API that we could use:
https://developers.google.com/meet/live-sharing/guides/overview

Although there is only documentation for Java (android), so we might not be able to use it.

@mattlindsey mattlindsey self-assigned this Jan 28, 2023
@mattlindsey
Copy link
Collaborator Author

Google Meet support suggested that this may be helpful: https://developers.google.com/admin-sdk/reports/v1/appendix/usage/customer/meet

@mattlindsey mattlindsey removed their assignment Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: In Progress
Development

No branches or pull requests

1 participant