Skip to main content

When I show user a call log list, user click on one of them to listen the detail information, I need retrieve the call log by id, are there sdk function for this?

thanks

Call log can be retrieve by id and APIs are there: https://developers.ringcentral.com/api-reference/Call-Log/readUserCallRecord

Check this for getting it by id: https://github.com/ringcentral/ringcentral-csharp-client


Reply