We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, a Bot will be permanently part of a hangout when first installed, even if the human has disconnected.
Bot
Monitor for human connect and disconnect events, using these to open and close a Hangout.
connect
disconnect
open
close
We won't be unnecessarily keeping a Hangout open when a user disconnects.
The text was updated successfully, but these errors were encountered:
Mecharyry
No branches or pull requests
Problem
Currently, a
Bot
will be permanently part of a hangout when first installed, even if the human has disconnected.Potential Solution
Monitor for human
connect
anddisconnect
events, using these toopen
andclose
a Hangout.Impact
We won't be unnecessarily keeping a Hangout open when a user disconnects.
The text was updated successfully, but these errors were encountered: