Forum Discussion

Itay_Nadir's avatar
Itay_Nadir
Copper Contributor
Dec 11, 2024
Solved

Seeking Guidance on Real-Time Audio and Video Analysis in a Teams Plugin

Hello Team, I’m currently building a plugin for Microsoft Teams meetings. This plugin analyzes real-time audio and video streams and returns the results to the user through the app. My implementatio...
  • Sayali-MSFT's avatar
    Sayali-MSFT
    Dec 12, 2024

    Hello @Itay_Nadir, The error you are encountering, Microsoft.Graph.Communications.Core.Exceptions.ServiceException: 'Code: 9999 Message: Unknown internal server error, typically indicates an issue with the service or configuration rather than the code itself.

      • Verify that the app has the Calls.JoinGroupCall.All and Calls.InitiateGroupCall.All permissions granted and admin consented.
      • Enable detailed logging in your application to capture more information about the error.
      • Ensure that the joinParams being passed to the AddAsync method are correctly formed and contain all required information.
      • Double-check the values for JoinUrl, MeetingId, and other parameters.
      • Ensure that the scenarioId being used is unique for each call. Reusing scenario IDs can sometimes cause issues.