microsoft-graph-comms-samples
microsoft-graph-comms-samples copied to clipboard
What Graph API version to use with the policy recording bot?
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?
@zhengni-msft
@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:(