I’m using https://marketplace.zoom.us/docs/guides/zoom-rooms/zoom-rooms-cli to request a phonebook from Zoom Rooms instance. Among others, there is presence_status
field in the response. What does it mean?
Response example:
{
"PhonebookListResult": {
"Contacts": [
{
"avatarURL": "https://lh6.googleusercontent.com/--KVzUGyNsKs/AAAAAAAAAAI/AAAAAAAAAAA/AMZuucl_w8-49rEuzjV-cSGW6PYC9K2ANA/photo.jpg",
"email": "xxx",
"firstName": "Alexander",
"isLegacy": false,
"isZoomRoom": false,
"jid": "xxx@xmpp.zoom.us",
"lastName": "Zarubkin",
"onDesktop": true,
"onMobile": false,
"phoneNumber": "",
"presence": "PRESENCE_ONLINE",
"presence_status": 0, <-------------------------------- this one
"screenName": "Alexander Zarubkin",
"sip_phone_number": ""
}
],
"Limit": 500,
"Offset": 0
},
"Status": {
"message": "",
"state": "OK"
},
"Sync": true,
"topKey": "PhonebookListResult",
"type": "zCommand"
}