Jeff
Jeff
@andrueastman using an older sdk this kind of code worked to get an applicationInstance ```csharp var appInstanceData = call.Resource.Targets.FirstOrDefault(c => c.Identity.AdditionalData != null); if (appInstanceData.Identity.AdditionalData.TryGetValue("applicationInstance", out object value)) { var...
@andrueastman The type of the call object in my code is `ICall` in the `Microsoft.Graph.Communications.Calls` namespace. The call object has an `AdditionalData` property which is of type `IDictionary` and that...
I also am interested in this. I tried running a .Net Core 3.1 app with these dlls but I get errors when trying to initialize the media platform. The errors...
@InDieTasten Just curious if you figured any of these out? I'm especially interested in this: - perform rolling updates to the cluster or bot services themselves without "dropping" calls @ssulzer...
I too have the same questions as @rugt0r.
I don't believe I am. My entry point which is the Azure Function returns a `Task` and the method I am calling `GetConfigurationAsync` from returns `Task`. (My function calls a...
I'll try to get some and post my results.