Skip to main content
Question

For C# SDK are there function for GetCallLogByID

  • 30 March 2021
  • 1 reply
  • 247 views

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