So, im basically trying to use api like in article:
await ringCentralClient.Restapi().Account().Telephony().Sessions(callId).Get();
Call id im using is returned from Make Call Out request, and ID start with "s-"
And there are 2 cases:
1) If call is active, API answers OK and returns null object
2) If call is over, it says BadRequest
Is there any chance to get real statuses for both cases?
Need to get status even if it's over