Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AccountPresenceEvent missing meetingStatus #58

Open
agaskill opened this issue Oct 9, 2023 · 1 comment
Open

AccountPresenceEvent missing meetingStatus #58

agaskill opened this issue Oct 9, 2023 · 1 comment

Comments

@agaskill
Copy link
Contributor

agaskill commented Oct 9, 2023

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants