1674143620059Meeting SDK - Web v2.9.7by ChasityGeneral Added SDK functions for host and co-host status management. See the SDK reference for details. “Camera not connected” icon for when the user does not have a camera connected. Support for recording with Zoom IQ. Client
1674066529867Video SDK for Windows v1.6.2by YvesAdded New interfaces to support video statistics on the shared (2nd) channel. New interfaces in IZoomVideoSDKRawDataPipe virtual ZoomVideoSDKVideoStatisticInfo getVideoStatisticInfo() = 0; New interfaces to show original and
1674066013380Video SDK for Android v1.6.2by YvesBreaking Changes minSdkVersion upgraded to 23 compileSdkVersion upgraded to 33 buildToolsVersion upgraded to 30.0.3 targetSdkVersion upgraded to 33 Added Add interface to enable/disable receiving original and translated
1671637200000Video SDK - Windows v1.6.0by ChasityAdded New interfaces to support individual cloud recordings to create separate video files for selected users. New interfaces in IZoomVideoSDKUser virtual bool hasIndividualRecordingConsent() = 0; New class
1671637200000Video SDK for Android v1.6.0by ChasityAdded Interface for developers to provide raw data for sharing. Add interface in ZoomVideoSDKShareSource void onShareSendStarted(ZoomVideoSDKShareSender sender); void onShareSendStopped();``` Add interface in
1670274780000Marketplace API - December 5, 2022by Ji Won L.Added New Get a user's entitlements API GET /v2/marketplace/users/{userId}/entitlements
1669816800000Meeting SDK - web v2.9.5by ChasityClient View Added Gallery view supports for Firefox with SharedArrayBuffer enabled. Electron web view screen sharing support via shareSource option. Support for broadcasting audio messages to breakout rooms. Support to send or receive
1668631368853Video SDK - Windows v1.5.2by ChasityAdded New interfaces to support adjusting individual user's local audio volume. New interfaces in IZoomVideoSDKUser virtual bool setUserVolume(float volume, bool isShareAudio = false) = 0; virtual bool getUserVolume(float& volume, bool
1668631091548Video SDK - Android v1.5.3by ChasityAdded New interface to clean up Video SDK. New interface in ZoomVideoSDK int cleanup(); New callback in ZoomVideoSDKDelegate void onUserVideoNetworkStatusChanged(ZoomVideoSDKNetworkStatus status, ZoomVideoSDKUser user) New enum in