Anonymous/guest user edits/updates are not syncing correctly in Teams. #816
Unanswered
kf-mangesh-singh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We’ve built a custom Teams meeting extension app that uses the Live Share SDK to display a shared editor in the meeting stage area. This allows all participants to collaboratively edit content, with changes syncing across everyone’s screens.
However, a couple of days ago, I noticed an issue: when a guest/anonymous user makes an edit, the changes don’t appear on other participants’ screens. Similarly, updates made by logged-in users don’t reflect for the guest user. This was working fine earlier, and the issue only started recently.
some error that I saw on console and in network tab of Guest user:
Internal error encountered while performing the required operation, Error code: 30104. Inner error code: 30110.
Npm packages that I am using:

Beta Was this translation helpful? Give feedback.
All reactions