microsoft-graph-comms-samples icon indicating copy to clipboard operation
microsoft-graph-comms-samples copied to clipboard

What Graph API version to use with the policy recording bot?

Open vidilab opened this issue 3 years ago • 2 comments

With the current Graph version 4.24, the bot encounters an exception in AnswerAsync ( same as issue #528 and #523 ). In that issue, it is suggested to use Graph 4.17. But that version has the issue that AdditionalData field is null for a Call in OnNotificationProcessed.

What is the latest supported and recommended Graph version to use?

vidilab avatar Apr 13 '22 13:04 vidilab

@zhengni-msft

ssulzer avatar Apr 14 '22 04:04 ssulzer

@zhengni-msft Any update with this issue? right now I can't even run the echo bot example because I got error that Answer method is not found: System.MissingMethodException: 'Method not found: 'Microsoft.Graph.ICallAnswerRequestBuilder Microsoft.Graph.ICallRequestBuilder.Answer(System.String, Microsoft.Graph.MediaConfig, System.Collections.Generic.IEnumerable`1<Microsoft.Graph.Modality>, System.Nullable`1<Int32>)'.'

Btw. I used workaround that I downgrade example to use graph 4.17.0 but it's not solve the problem:(

PawelHaracz avatar Jul 17 '23 15:07 PawelHaracz