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

AccountPresenceEvent missing meetingStatus

Open agaskill opened this issue 2 years ago • 1 comments
trafficstars

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
    }
}

agaskill avatar Oct 09 '23 17:10 agaskill

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

tylerlong avatar Mar 19 '24 22:03 tylerlong