microsoft / live-share-sdk

A framework for building collaborative Microsoft Teams and M365 experiences.
Other
94 stars 29 forks source link

Fixed local Presence user not getting set up properly when canSendBackgroundUpdates was false #758

Closed huntj88 closed 6 months ago

huntj88 commented 6 months ago

When canSendBackgroundUpdates is false, create an event that is used to create the LivePresenceUser for the local user. This event is not sent to other clients.

local user exists now with isShareInitiator=false image