当 RemotePresenceView 绑定的 UserEndpoint 的 OwnerUri 与 RemotePresentityNotification 的 PresentityUri 相同时,似乎会发生此问题。我通过更改 UserEndpoint 的帐户来修复它。以下是我测试将注释设置为“Out of town”时的示例结果:
- UserEndpoint.OwnerURI = master.user@test.com,RemotePresentityNotification.PresentityUri = master.user@test.com,注意 = ""
- UserEndpoint.OwnerURI = master.user@test.com, RemotePresentityNotification.PresentityUri = test.user@test.com, Note = "出城"
- UserEndpoint.OwnerURI = test.user@test.com, RemotePresentityNotification.PresentityUri = master.user@test.com, Note = "出城"
- UserEndpoint.OwnerURI = test.user@test.com, RemotePresentityNotification.PresentityUri = test.user@test.com, Note = ""
- UserEndpoint.OwnerURI = test.user@test.com, RemotePresentityNotification.PresentityUri = secondtest.user@test.com, Note = "出城"