2023-12-15 changelog

Stable release of real-time storage and events in Web SDK

Real-time storage and events are now supported in the new storage namespace miro.board.storage and events namespace miro.board.events in the Web SDK, respectively.

With this stable release, you can:

  • Set, retrieve, and get values for a given key within the storage namespace in the Web SDK.
  • Send real-time broadcasted collaborative events to all other users and browser instances.

Real-time storage and events allow you to create app experiences that rely on collaborative and real-time features in Miro.

See our example app, Breakout Rooms, for an example implementation of these new methods.

For more details on these new methods, refer to our documentation on storage and events.