RingCentral.Net
RingCentral.Net copied to clipboard
AccountPresenceEvent missing meetingStatus
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
}
}
Code is generated based on specs. I have raised an internal ticket to update the spec.