Stop Bot
Learn how to stop an active transcription bot and disconnect it from a meeting.
Overview
To stop a bot, send a DELETE request to the bot endpoint. The bot will disconnect from the meeting and the meeting status will change to completed.
Stop Bot Request
DELETE /bots/{platform}/{native_meeting_id}Replace platform with google_meet or teams, and native_meeting_id with your meeting ID.
After Stopping
After stopping a bot:
- The bot will disconnect from the meeting
- The meeting status will change to
completed - All transcripts remain available via REST API
- WebSocket will send a
meeting.statusevent with statuscompleted
Fetch Final Transcript
After stopping, fetch the complete transcript via REST API.
View Transcripts API