I’m maintaining an existing Flutter app that integrates Zoom via the gr_zoom plugin (v1.7.0), which bundles sample/wrapper code written specifically against Meeting SDK Android v5.15.5’s API surface (e.g. IShareAction, CameraControlRequestType, IMeetingArchiveConfirmHandler, and related interfaces).
This exact version is no longer listed in the Marketplace SDK download page which now only goes back to v5.17.5. Newer SDK versions have renamed/removed some of these classes, breaking compilation against the plugin’s existing code, which I’m not able to rewrite right now due to time constraints.
Could someone share a direct download link (or archived release) for v5.15.5 specifically? This is fairly urgent on my end — appreciate any help.