Double "tel" entries in presence update
Hi guys,
I've tested a scenario when user is on a call and for this scenario I receive the following presence update:
{
"presence": [
{
"contact": "tel:",
"activity": "on-the-phone",
"status": "open"
},
{
"contact": "tel:",
"activity": "",
"status": "open"
},
{
"contact": "im:",
"activity": "",
"status": "closed"
}
]
}
As you can see there are two `tel:` entries. Could you please clarify what does it mean and how to interpret this update?
Best regards,
Sergey