Skip to main content

We’ve been getting some errors reading call logs from the ring central API. One thing I wanted to try was updating to the most recent API. But when I upgrade the nuget package, I receive errors about AccountCallLogSyncResponse missing. 

I searched through documentation for release notes, but couldn’t find anything. Is there a document that helps?

I guess you are using some IDE, like Visual Studio or JetBrains Rider. Check the IDE to get the correct types. I mean if you are invoking a function, the IDE should tell you what is the expected response type of the function.

 

The class may have been renamed. The SDK is generated based on openAPI specs, if they renamed something in the spec, the SDK also renames it.


Reply