Hello Everyone,
I am able to use RingCentral's GitHub examples in C# from ringcentral-csharp-client-master. But I am still struggling with it.
But as of now I can get Inbound calls using:
ExtensionCallLogResponse callLogsInBound = await mainAccount.CallLog().List(new { dateFrom = monday.ToString("yyyy-MM-dd"), dateTo = monday.AddDays(5), view = "Detailed", direction = "Inbound" });
How do I read the Legs of the call so I can track the call and who eventually answered the call?