microsoftgraph / microsoft-graph-comms-samples

Microsoft Graph Communications Samples
MIT License
211 stars 236 forks source link

Recording Bot Unable to capture audio stream from Teams Live Event #790

Open pavankalyan066 opened 1 week ago

pavankalyan066 commented 1 week ago

Issue We have Teams recording bot with calling enabled built using dotnet, that joins a scheduled teams meeting and service principal have granted enough graph permissions to get the audio stream of the participants, works fine with scheduled meeting, but when adding the bot through sending explicit request using Postman, Bot joins the Teams Live Event and able to recognize the presenters but unable to transcribe the audio stream of Users/Participants of Event

Does it Require any additional Graph permissions to our Application?

Expected behavior It should be able to process the audio stream of organizer, participants of Teams Live Event.

Graph SDK (please complete the following information): Microsoft.Graph.Communications.Calls -1.2.0.850 Microsoft.Graph.Communications.Calls.Media - 1.2.0.850 Microsoft.Skype.Bots.Media - 1.19.0.25-alpha

Call ID (Teams Live Event) 46003580-8d42-4dc0-af4e-a893a7116b0f

Any useful information or idea to solve this issue would be helpful.

Thank you in Advance.