SPM for Zoom Video SDK IOS

Our team is trying to migrate to the latest version of the Zoom Video SDK for iOS. We’ve noticed that newer versions like 2.4.0 and 2.4.5 are available on the main branch, but the Swift Package Manager distribution is still far behind. When would the latest Video SDK will be available via SPM?

Hi,

@ekaansh.zoom and @boonjun.tan is there is a timeline on when the latest versions would be available on spm?

Hi @prw3100 sorry about that, escalating internally to get this released on SPM.

Thank you @ekaansh.zoom

Hi @ekaansh.zoom,

We’ve confirmed that the latest version of the Zoom SDK V2.4.5 is now available via SPM. During testing, however, we noticed a memory leak when toggling video. Specifically, when running the function:

private func handleVideoToggle(_ tabBar: UITabBar)

as referenced here ( Getting started with Zoom Video SDK for iOS - UIKit ), the issue consistently reproduces. A screenshot of the leak is attached for reference.

Is there anyway to avoid this leak? If not, could you please let us know whether a fix is already planned for the next release, and if so, what the expected timeline looks like?

Thanks

Hi @prw3100,

Is the leak also found in the main sample app that was shipped together with the SDK framework in Zoom’s marketplace? Or have you tested it out in your own application and also observed this leak? I will take a look at this quick start sample app and fix the leak issue.