Upgrade to the latest video SDK version before February 1st, 2025

Attention Developers!

In preparation for the upcoming SDK minimum version policy, please upgrade your application to use the latest SDK version and ensure that the updated version is distributed to your users. The next scheduled version enforcement will take place on February 1st, 2025.

Thank you for your attention to this important update and feel free to reach out to us if you need any help on this!

var zoom = ZoomVideoSdk();
    InitConfig initConfig = InitConfig(
      domain: "zoom.us",
      enableLog: true,
    );
    zoom.initSdk(initConfig);

this code is written in my main.dart file keeps crashing my release build.
do you think upgrading to the latest version will fix this

@elisa.zoom : Does this apply to all SDKs? We are using Video SDK for iOS and wondering if that needs to be updated as well.

Hey @sp.nu
Here is a screengrab of the versions:

for VideoSDK for iOS, you should upgrade to 1.10.11

1 Like

@elisa.zoom : Thank you. That helps.

1 Like
  1. Upgrade to the Latest Zoom SDK:

    • Visit the [Zoom SDK Repository to download the latest version for your platform (Android, iOS, Web, or Desktop).
    • Ensure the SDK version meets or exceeds the minimum requirements specified in the policy.
  2. Update Project Configuration:
    For Android, ensure your project uses the latest target and compile SDK versions:

    compileSdkVersion 34
    targetSdkVersion 34
    minSdkVersion 21
    

    For iOS, update the deployment target and use the latest stable Xcode version.

  3. Update Permissions and Dependencies:
    Double-check that all required permissions and SDK dependencies are up-to-date for compatibility.

  4. Thorough Testing:

    • Verify meeting join functionality, screen sharing, chat, and other critical features.
    • Conduct testing across a variety of device models and operating systems.
  5. App Distribution:

    • Publish the updated version to the respective app stores (Google Play and Apple App Store).
    • Notify your users to update their applications before February 1st, 2025.
  6. User Notifications:

    • Implement an in-app notification reminding users to update their application before the deadline.
      Example alert:
    if (!ZoomSDK.getInstance().isVersionSupported()) {
        showUpdateDialog("Please update your app to continue using Zoom features.");
    }
    
  7. Post-Update Monitoring:

    • Monitor app performance and logs to detect and resolve any issues after the update.
  8. Contact Zoom Support:
    If you encounter any integration challenges, reach out via [Zoom Developer Support]