Forum Discussion
Kristaps_Baumanis
May 17, 2024Copper Contributor
Meeting Bot issue: Did not receive valid response for JoinCall request from call modality controller
I'm trying to join a Teams Meeting with a bot. I used this https://microsoftgraph.github.io/microsoft-graph-comms-samples/docs/articles/index.html#making-an-outbound-call-to-join-an-existing-microsof...
Kristaps_Baumanis
May 27, 2024Copper Contributor
I did some more experimenting. It breaks when upgrading from 1.2.0.7270 to the next available version on NuGet - 1.2.0.9202
This is also when Microsoft.Graph.Models and Microsoft.Graph.Contracts show up. All the types like Call, ChatInfo, Identity, OrganizerMeetingInfo etc. are not found until I as suggested by the IDE add the Models reference.
Perhaps some other change also needs to be made?
The patchnotes list these breaking changes:
Model namespace changes.
Model properties that were arrays are now List implementation.
Model property types which were enum are now nullable enums.
Service Exception class structure changes.
Other generated model changes when using kiota generated models.
Perhaps some enum that worked fine on a default 0 is now a null and breaks things?
Meanwhile every app hosted bot sample I have found has been using an older version of the library, so I don't have any up to date sample to check my code against.
This is also when Microsoft.Graph.Models and Microsoft.Graph.Contracts show up. All the types like Call, ChatInfo, Identity, OrganizerMeetingInfo etc. are not found until I as suggested by the IDE add the Models reference.
Perhaps some other change also needs to be made?
The patchnotes list these breaking changes:
Model namespace changes.
Model properties that were arrays are now List implementation.
Model property types which were enum are now nullable enums.
Service Exception class structure changes.
Other generated model changes when using kiota generated models.
Perhaps some enum that worked fine on a default 0 is now a null and breaks things?
Meanwhile every app hosted bot sample I have found has been using an older version of the library, so I don't have any up to date sample to check my code against.
Vaibhav-MSFT
Microsoft
May 28, 2024Hello Kristaps_Baumanis ,
Can you share the code so we can test this from our end and let you know the updates?
- Kristaps_BaumanisMay 28, 2024Copper ContributorI can't share the whole solution and creating a minimal example will take a lot of time. It's the same idea as https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/master/Samples/PublicSamples/PsiBot or https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/master/Samples/V1.0Samples/LocalMediaSamples/HueBot
Neither of those is up to date and I could find no other sample for the scenario - a bot joining an ongoing Teams meeting with application hosted media.
Can I just get some info on what that error message means? I seem to be the only person on the internet to ever see it, but clearly someone has gone through the trouble of checking for it.- Dinesh-MSFTJul 09, 2024
Microsoft
Hi Kristaps_Baumanis, could you please share the Call Scenario ID so we can check the logs for this behavior and let you know the updates.
- Vaibhav-MSFTMay 30, 2024
Microsoft
Hello Kristaps_Baumanis ,
We will look into this internally with engineering team and let you know the updates.- lojohFeb 27, 2025Copper Contributor
Hi!
Any updates on the solution for this? I am getting the same error.