Forum Discussion
Error when inviting the bot to a meeting: Server Internal Error. DiagCode: 500#7117.@
Meghana-MSFT
We used the following project as baseline for our own:
https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/master/Samples/PublicSamples/PsiBot
It's a fully functional solution that invites a bot that is registered in azure to your microsoft teams call.
There's a lot of fluff around the project, but it boils down to the invitation of the bot. Which is invoked on this line of code, which is called as HTTP POST request to the JoinCallController
https://github.com/microsoftgraph/microsoft-graph-comms-samples/blob/master/Samples/PublicSamples/PsiBot/PsiBot/PsiBot.Service/Bot/BotService.cs
Is it possible for you to look into the server logs to see why this error is triggered? I think that having the description of this error message would bring us a long way.
- Meghana-MSFTAug 16, 2024MicrosoftThank you for the additional information, we will check this internally and get back to you.
- bubuchenkoAug 19, 2024Copper Contributor
I opened a github issue here with more information:
https://github.com/microsoftgraph/microsoft-graph-comms-samples/issues/750
- Meghana-MSFTAug 20, 2024MicrosoftWe shared call Id and other details with engineering team, we will get back to you.