drewelewis/ai-teams-meeting-bot — reverse-engineered prompt
Reverse engineered prompt
Build me a Microsoft Teams meeting bot that can join meetings, capture the meeting audio, and do live speech to text transcription using Azure. I want it to work like a real Teams app, with simple chat commands like /help, /join with a meeting link, /leave, /meeting, and /transcriptions so people can control it and review recent transcript history.
This should be set up so it works locally for basic bot testing, but the real transcription flow should be ready for Azure deployment with secure auth and the needed Microsoft Graph access. The important part is that in production it can automatically join meetings for users who have the right compliance recording policy assigned, then start transcribing without someone manually inviting the bot.
Please wire up the app package, cloud provisioning, config, and any scripts needed so the setup is as smooth as possible. If there are environment values, permissions, or policy steps I need to do manually, make that very clear in comments or docs. Look up current Microsoft and Azure docs if you need to.
Want more depth? Deep Reverse