github Vexa-ai/vexa v0.6
v 0.6 Microsoft Teams Support

2 months ago

Vexa v0.6.0 — Microsoft Teams + WebSockets

Release date: 4 Oct 2025

🎉 What’s new in v0.6

  • Microsoft Teams support (alongside Google Meet)
  • WebSocket transcript streaming for efficient sub-second delivery
  • Numerous reliability and joining improvements from real-world usage of our hosted service

Vexa drops a bot into your online meeting and streams transcripts to your apps in real time.


Platforms

  • Google Meet
  • Microsoft Teams

Transport

  • REST (pull transcripts)
  • WebSocket (sub-second streaming)

Run it your way


Quickstart

Hosted

  1. Get your API key: [Dashboard → API Keys](https://vexa.ai/dashboard/api-keys)
  2. Send a bot:
curl -X POST https://api.cloud.vexa.ai/bots \
  -H "Content-Type: application/json" \
  -H "X-API-Key: <API_KEY>" \
  -d '{
    "platform": "teams",
    "native_meeting_id": "<NUMERIC_MEETING_ID>",
    "passcode": "<MEETING_PASSCODE>"
  }'
  1. Receive transcripts via REST or WebSocket.

Self-host

git clone https://github.com/Vexa-ai/vexa.git
cd vexa
make all            # CPU by default (Whisper tiny)
# For GPU:
make all TARGET=gpu # (Whisper medium)

Full guide: [DEPLOYMENT.md](./DEPLOYMENT.md)


Roadmap

  • Zoom support (next)
  • Direct streaming from web/mobile apps
  • Speaker identification

Links


Contributing

We ❤️ contributions. Join our [Discord](https://vexa.ai/discord) and open issues/PRs.
Licensed under Apache-2.0 — see [LICENSE](./LICENSE).

Don't miss a new vexa release

NewReleases is sending notifications on new releases.