Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Digizuite has an open example for Miro (https://github.com/Digizuite/embedded-ui-examples/tree/main/digizuite-for-miro ) which we have also published to the Miro marketplace. If you need custom functionality then you can go to to the miro marketplace.

It is based on the Digizuite Unified UI (MM5.7 Unified DAM UI ). So all features are explained and provided in the documentation for the Digizuite Media Manager.

The Digizuite for Miro app has also been explained in the following blog post: https://medium.com/@brianbaklaursen/enabling-digizuite-content-for-miro-ead83c466a4e

Install from Miro marketplace

Simply go to your miro account and install it from here:https://miro.com/marketplace/digizuite/

Architectural Overview

The integration is using the Miro Web SDK (https://developers.miro.com/docs/sdk). The SDK allows us to create Web-plugin which is communicating directly with Miro through the SDK. In our case, we are using the Unified UI for Digizuite which will post messages to the web plugin. On receiving these events, the web plugin will send the messages further to Miro using the Miro Web SDK. It simply creates an image based on the download URL it receives from the Unified UI.

...