Introduced new canSendBackgroundUpdates setting that when false, prevents periodic background updates and responding to connect messages from other clients.
Added optional canSendBackgroundUpdates option to ILiveShareClientProps
Changed props of LiveShareRuntime constructor to accept ILiveShareClientProps rather than separate props for each variable. This is technically a breaking change, though it isn't really intended for used outside of the Live Share packages, so this should be fine.
Fixed unit tests and live-share-turbo files that initialized LiveShareRuntime with old props
Added new unit test to validate canSendBackgroundUpdates setting.
Added "Can send background updates" to sample 04 (typescript only).
Resolves #711.
canSendBackgroundUpdates
setting that when false, prevents periodic background updates and responding toconnect
messages from other clients.canSendBackgroundUpdates
option toILiveShareClientProps
LiveShareRuntime
constructor to acceptILiveShareClientProps
rather than separate props for each variable. This is technically a breaking change, though it isn't really intended for used outside of the Live Share packages, so this should be fine.LiveShareRuntime
with old propscanSendBackgroundUpdates
setting.