Skip to main content

In the API Docs, it states if you want the subscription to return certain parameters, lets say, dndStatus on a Presence event, the aggregated query parameter on the subscription request need to be set to true. I am unable to see where you can set this parameter to true using the c# .NET SDK. Is this not a option using the SDK?


Hey Hamody,

Sorry to hear you're hitting an issue. Have you posted this in the Github issue tracker for the RingCentral C# SDK?

That is probably the "best" place to get an answer quickly. I've not used this feature, but have you tried enabling the detailedPresence query parameter by setting it to true to see if you receive the data you expect?

Benjamin, I have posted on github per your advice. Also I have tried the detailed Presence to no avail. Same thing applies to it with the aggregated boolean needing to be true. Regards
The github issue I posted resulted in a solution. Tylerlong responded that you just add a the parameter on the end of the request URL like this: /restapi/v1.0/account/~/extension/~/presence?aggregated=true You can find the issue on github at this link: Issue 21 Thanks for the help.
That's all Tyler's awesome doing there...but happy to facilitate.

Reply