[UPDATE] Please upgrade to Live Share v0.4.1 #71
ryanbliss
announced in
Announcements
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 recently released v0.4.1 of the
@microsoft/live-shareand@microsoft/live-share-mediapackages, which upgrade to v1.2.3 offluid-frameworkand v1.0.2 of@fluidframework/azure-client. It also features various other improvements based on feedback from the Live Share.Our Azure partners have asked that all Live Share developers upgrade to these new versions as quickly as possible, as the service endpoints used will not be supported for much longer. The new endpoints are more scalable and feature better performance overall.
Other enhancements and changes made in v0.4.0 and v0.4.1:
EphemeralTimer, a new synchronized data structure for countdowns. This is useful for things like meditation timers, rounds in a game, and more.npm installrather thannpm install --legacy-peer-deps..joinContainerfor when attempting to connect to a session outside of Public Developer Preview in Teams..isStartedand.start()to.isInitializedand.initialize(). The old properties are marked as deprecated and will be removed afterv1.playmethod to use aPromise<void>return type instead ofvoidto align with HTML5 interfaces. Errors are returned through theMediaPlayerSynchronizer. This allows you to listen for issues related to the browser blocking a play action, usually because a user has not yet clicked/tapped in your app since it was loaded.Bug fixes in v0.4.0 and v0.4.1:
EphemeralStateupdating every few seconds.Beta Was this translation helpful? Give feedback.
All reactions