2023-11-30 changelog

Experimental release of Session Management and Attention Management in Web SDK

Session Management and Attention Management capabilities are now available in the collaboration namespace miro.board.collaboration in the Web SDK. These new methods and components allow you to handle collaborative features on Miro boards, including: session management, attention management, remote viewport control, and more.

With this experimental release, you can:

  • Create collaborative experiences across multiple users on the same board
  • Handle collaborative features on Miro boards, including:
    • Starting and ending collaborative sessions
    • Attention management
    • Control the viewport
  • Subscribe to events related to when users join or leave a collaborative session

Session Management (experimental)

Sessions are the foundational component necessary for leveraging collaboration features in the Web SDK. It is necessary to start a collaborative session (sessionStart) in order to manage features like attention management and remote viewport control:

  • sessionStart: starts a collaborative session.
  • getSessions: retrieves existing sessions for the current app.

For more details on these new methods, refer to our documentation on Session Management.

Attention Management (experimental)

Attention Management is a set of powerful facilitation features for meetings and workshops. It allows meeting organizers and workshop facilitators to guide participants and ensure everyone is following and engaged.

With this experimental release, Attention Management capabilities are available in the miro.board.collaboration namespace.

For more details on these new methods, refer to our documentation on Collaboration.