Describe the issue
There are updates (include prerelease) for the Microsoft.Graph.Core and the Microsoft.Skype.Bots.Media.
I installed them and configure them via binding redirects (.Net 4.72) with the assembly version number ( Microsoft.Graph.Core 2.0.0.0)
Microsoft.Graph.Communications.Core, in nuget, says compatibility with Microsoft.Graph.Core >= 1.20.1)
The Bot runs without any exceptions. But during incoming call, I get exceptions from NotificationsProcessor.
I installed again the Microsoft.Graph.Core 1.20.1 , in order to work normally.
Has the Microsoft.Graph.Core latest prerelease (2.0.0.preview3) important changes in Graph API messaging ?
Microsoft.Skype.Bots.Media 1.19.0.25-alpha has an important change in ToneReceived event arguments.
I don't think that the Microsoft.Graph.Communications.Calls.Media is updated and we don't get the added information.
Describe the issue There are updates (include prerelease) for the Microsoft.Graph.Core and the Microsoft.Skype.Bots.Media. I installed them and configure them via binding redirects (.Net 4.72) with the assembly version number ( Microsoft.Graph.Core 2.0.0.0) Microsoft.Graph.Communications.Core, in nuget, says compatibility with Microsoft.Graph.Core >= 1.20.1)
The Bot runs without any exceptions. But during incoming call, I get exceptions from NotificationsProcessor. I installed again the Microsoft.Graph.Core 1.20.1 , in order to work normally. Has the Microsoft.Graph.Core latest prerelease (2.0.0.preview3) important changes in Graph API messaging ?
Microsoft.Skype.Bots.Media 1.19.0.25-alpha has an important change in ToneReceived event arguments. I don't think that the Microsoft.Graph.Communications.Calls.Media is updated and we don't get the added information.