issues
search
balena-io-experimental
/
meetbot
A Google Meet bot to make meetings frictionless
GNU Affero General Public License v3.0
31
stars
13
forks
source link
Return chat transcripts URL
#48
Closed
edufschmidt
closed
2 years ago
edufschmidt
commented
2 years ago
This PR applies the following changes:
The chat streaming feature now emits an event containing the URL of the document to which messages are saved;
meetbot-manager
now waits for the aforementioned event, and associates the chat transcripts URL with the bot that issued it;
The
/meets
endpoint now returns an extra attribute, corresponding to the chat transcripts URL;
The UI displays the chat transcripts URL as a link for each ongoing meet.
This PR applies the following changes:
meetbot-manager
now waits for the aforementioned event, and associates the chat transcripts URL with the bot that issued it;/meets
endpoint now returns an extra attribute, corresponding to the chat transcripts URL;