ringcentral / RingCentral.Net

RingCentral SDK for .NET
MIT License
19 stars 26 forks source link

AccountPresenceEvent missing meetingStatus #58

Open agaskill opened 1 year ago

agaskill commented 1 year ago

AccountPresenceEventBody is missing the meetingStatus property, but documentation 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": "75e77d27-1394-4d65-90c8-516bec7dac66",
    "ownerId": "643716048",
    "body": {
        "extensionId": 643716048,
        "telephonyStatus": "NoCall",
        "presenceStatus": "Available",
        "userStatus": "Available",
        "dndStatus": "DoNotAcceptDepartmentCalls",
        "meetingStatus": "Disconnected",
        "allowSeeMyPresence": true,
        "ringOnMonitoredCall": false,
        "pickUpCallsOnHold": false
    }
}
tylerlong commented 7 months ago

Code is generated based on specs. I have raised an internal ticket to update the spec.