[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
-
We recently released v0.4.1 of the
@microsoft/live-share
and@microsoft/live-share-media
packages, which upgrade to v1.2.3 offluid-framework
and 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 install
rather thannpm install --legacy-peer-deps
..joinContainer
for when attempting to connect to a session outside of Public Developer Preview in Teams..isStarted
and.start()
to.isInitialized
and.initialize()
. The old properties are marked as deprecated and will be removed afterv1
.play
method to use aPromise<void>
return type instead ofvoid
to 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:
EphemeralState
updating every few seconds.Beta Was this translation helpful? Give feedback.
All reactions