#### 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` and `disconnect` events, using these to `open` and `close` a Hangout. #### Impact We won't be unnecessarily keeping a Hangout open when a user disconnects.