microsoftgraph / microsoft-graph-comms-samples

Microsoft Graph Communications Samples
MIT License
210 stars 235 forks source link

Microsoft.Graph.Core and Microsoft.Skype.Bots.Media Updates - compatibility #270

Open stefan2410 opened 4 years ago

stefan2410 commented 4 years ago

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.

ssulzer commented 4 years ago

@zhengni-msft @ananmishr

ananmishr commented 4 years ago

@zihzhan for above