Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以使用 ApplicationEndPoint 更改其他联系人的存在,我遇到的一种方法是创建一个 UserEndpoint,然后进行与存在相关的更改,但这需要凭据来建立 UserEndPoint。
存在是聚合值,即使您发布额外的 UserEndPoint,它也只会影响聚合值,同时考虑到来自同一用户的所有已发布 UserEndPoint。那么存在性价值的变化是什么意思呢?
您无法从应用程序端点发布状态,您需要使用应用程序端点的 SIP uri 创建一个 UserEndpoint,然后使用发布状态_userEndPoint.LocalOwnerPresence.BeginPublishPresence()
_userEndPoint.LocalOwnerPresence.BeginPublishPresence()