June 6, 2025
Attendee bots are now capable of sending chat messages in the meeting!
There are two ways to send a chat message:
bot_chat_message
param in the create bot endpoint.send_chat_message
endpoint.Checkout the API reference for more details.
May 25, 2025
You can now retrieve the chat messages exchanged during a meeting. If you're trying to have an LLM analyze meeting information, the chat messages often contain useful info that can complement the information in the transcript. This functionality is working for all 3 meeting platforms. Check out the documentation here.
May 7, 2025
Released the ability to receive transcripts in real-time without polling the API, currently only for Deepgram transcription. Provide a callback URL in the API call, and Deepgram will send transcript results directly to that URL via HTTP POST requests or websockets. This method offers low latency but requires handling Deepgram's format directly, and transcripts won't be stored on Attendee's server. Slack thread with more details
May 2, 2025
Users can now create bots directly through the Attendee web UI. Initially, options to set the bot name and meeting URL are available, with more parameters to be exposed later. Slack thread with more details.
April 29, 2025
Released a new method for recording the Google Meet UI. Instead of rendering a custom UI, Attendee is now recording a portion of Google Meet directly. This aims to improve active speaker highlighting, display of participants without video, and layout accuracy.
April 27, 2025
Users running the Attendee app locally and utilizing Zoom meeting bots need to rebuild their Docker image. The Docker image has been updated to use a new version of the Zoom Meeting SDK.
April 24, 2025
Added the ability to transcribe Google Meet audio via the Deepgram API. This enables retrieval of per-participant audio streams, allowing for perfect diarization. Slack thread with more details.
April 20, 2025
Audio output for Google Meet bots is now in production. Two endpoints are available: /output_audio
to play a base64 encoded MP3 file, and /speech
for text-to-speech (currently supporting Google's TTS API). Slack thread with more details.
April 14, 2025
Webhooks for bot state changes are now available to all users. Refer to the documentation for details.
April 12, 2025
Bots can now display a custom image in Zoom and Google Meet, allowing for company logo display. The image can be assigned in the POST /bots
endpoint using the bot_image
parameter (Base64 encoded PNG). Teams support will follow shortly. Optimal aspect ratios are 4:3 or 2:1.
March 25, 2025
Added support for transcribing Google Meet captions in various languages. Pass the language code to the API using the transcription_settings.meeting_closed_captions.google_meet_language
argument. A list of available codes can be found here.
March 3, 2025
MS Teams meetings are now supported in production. Provide a Teams meeting URL (e.g., https://teams.live.com/meet/xxx?p=xxx) and the bot will join and record.