Released on Jan 9, 2023

<aside> ‼️ Release requires prior migration to 1.26.2

</aside>

List of Changes

1.❗NEW updates in license policy

In this release we are addressing a crucial feature, license management improvements for your convenience. We understand that the previous approach causes complexity and uncertainty.

New changes include

  1. Revoke license process instead of expiration date. Previously a license token that was ****used to initialize Video Editor SDK included ****a date when a commercial license expired. New policy changes it and is based on revoking license when the paid license period expires. In some cases license expiration is used together with license revoking. Our business representatives will contact you and provide more details.
  2. New API request for checking the license state. With this request you will be able to check if the license is valid and if it is possible to open Video Editor SDK. New specific screen will be shown when license state does not allow to open Video Editor SDK.
  3. New SDK initialization process. Token storage and management will be removed from the Video Editor functionality scope. As a result we will remove features for loading token from Firebase and Remote server. After this change you will be able to arrange your own implementation of storing a token on Firebase or Remote server.
  4. Use of Video Editor API will be limited when license is expired or revoked.

❗Important

In general it means that token management will be significantly simplified for your convenience. We recommend storing a license token within your app and change token only when a set of the SDK features changes.

The new solution helps to streamline the token management process and allows you to use one token without the need to replace provided the same functionality is extended for the new license period.

Restrictions of use

  **in Video Editor UI SDK**

Media content unavailable screen will appear when Video Editor opens with revoked or expired license.

Untitled

 Follow our guide and  new API method for checking license state to prevent showing this screen to your users.