RingCentral.Net icon indicating copy to clipboard operation
RingCentral.Net copied to clipboard

RingCentral SDK for .NET

Results 6 RingCentral.Net issues
Sort by recently updated
recently updated
newest added

https://github.com/ringcentral/RingCentral.Net/tree/master/docs It seems to be half done, or forgot to delete. If docs are hosted in gh-pages branch, we should delete this folder, just to clean up this project.

class CompanyAnsweringRuleRequest extension property should be type CompanyAnsweringRuleExtensionInfoRequest not CompanyAnsweringRuleCallersInfoRequest JIMB

[AccountPresenceEventBody](https://github.com/ringcentral/RingCentral.Net/blob/master/RingCentral.Net/Definitions/AccountPresenceEventBody.cs) is missing the `meetingStatus` property, but [documentation](https://developers.ringcentral.com/api-reference/Account-Presence-Event) indicates it is present, and actual data received confirms that it is included: ``` { "uuid": "9068207669596579044", "event": "/restapi/v1.0/account/643711048/extension/643716048/presence", "timestamp": "2023-10-03T17:20:01.621Z", "subscriptionId":...

The TelephonySessionsEventPartyInfo should have a Recordings property that is an array of RecordingInfo objects just like CallParty. It's included as part of the AccountTelephonySessionsEvent JSON that a webhook receives when...

Hello, I am working on integrating with Ring Central using this library. Thanks for working on this library. Makes my life a lot easier. I noticed that the class used...

According to docs: https://developers.ringcentral.com/guide/messaging/fax/resending-faxes It should be possible to send originalMessageId parameter in sending fax request, but RingCentral .NET SDK doesn't accept it.