Access to the audio stream of the Teams online meeting from the Teams calling Bot
Hey! I have to build a flow where I should build a bot which will be a Teams meeting participant and this bot should subscribe to meeting audio stream and push it to the AI service to analyse participants speech.
I have been researching Microsoft Graph and Teams Samples with .NET SDK. And I couldn't find some Graph method or some SDK method with signature that allows to access to the meeting audio stream
Probably somebody faced with same challenge and can advise some solution. I am not constraint with Bot and another options are also acceptable, main goal is to reach audio stream from some Teams API programmatically during the meeting.