Похоже, что эта проблема возникает, когда OwnerUri для UserEndpoint, к которому привязан RemotePresenceView, совпадает с PresentityUri для RemotePresentityNotification.Я исправил это, изменив учетную запись для UserEndpoint.Вот пример результатов, когда я тестировал установку заметки на «Вне города»:
- UserEndpoint.OwnerURI = master.user@test.com, RemotePresentityNotification.PresentityUri = master.user@test.com, Note = ""
- 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 = "Вне города"