microsoft-graph-comms-samples icon indicating copy to clipboard operation
microsoft-graph-comms-samples copied to clipboard

Unable to fetch the Active Participants in Teams Meeting

Open pavankalyan066 opened this issue 11 months ago • 0 comments

Describe the issue We have developed an application that invites Recording Bot to join the active Teams meeting. Basically It updates the context of Bot with activate participants of the meeting so that it can perform active transcription of audio stream which was working fine but Recently when we create new version of Bot image with same version of packages The Bot is not able to get the Active Participants of the meeting.

Code Snippet this.Call = statefulCall; this.Call.OnUpdated += this.CallOnUpdated; this.Call.Participants.OnUpdated += this.ParticipantsOnUpdated; this.GraphLogger.Log(System.Diagnostics.TraceLevel.Warning, $"Starting call with id: {this.Call.Id}");

Expected behavior A clear and concise description of what you expected to happen.

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 3c003780-5f6b-4d7f-8777-ff3043c63a3b

Logs The callid is empty in the logs

Additional context Our service principal has all the graph permissions to record the audio.

pavankalyan066 avatar Jan 27 '25 07:01 pavankalyan066