1674068066385Video SDK for Electron v1.6.2by YvesAdded Support for the Linux platform. Breaking change Upgrade node version to 18.
1674067405583Video SDK for macOS v1.6.2by YvesAdded Add callback to show original and translated. New interfaces in ZMVideoSDKLiveTranscriptionHelper (ZMVideoSDKErrors)enableReceiveSpokenLanguageContent:(BOOL)enable; (BOOL)isReceiveSpokenLanguageContentEnabled; Add new enum values
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
1673215200000Meeting API - January 2023by LesliAdded New App API: POST /v2/zoomapp/deeplink New Billing Webhook events: account.entitlement_added account.entitlement_removed user.entitlement_added user.entitlement_removed Changed New sender_display_name response field in the
1671637200000Video SDK - macOS v1.6.0by ChasityAdded New interfaces to support developers providing raw data for screen sharing. New interface in ZMVideoSDKShareHelper - (ZMVideoSDKErrors)startSharingExternalSource:(id<ZMVideoSDKShareSource>)pSource; New interface class named
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
1671637200000Video SDK - Electron v1.6.0by Chasity Known Issue Python 3.11 cannot build the node correctly. Use Python 3.10 or lower instead.
1671285600000Meeting API - December 17, 2022by YvesAdded New Workspace API: POST /v2/workspaces GET /v2/workspaces/{workspaceId} PATCH /v2/workspaces/{workspaceId} DELETE /v2/workspaces/{workspaceId} New Zoom Room Webhook
1669078800000Meeting API - November 21, 2022by Ji Won LeeEnhancements New about_me, linkedin_url fields in the Users > Update a user API: PATCH /v2/users/{userId} Support for restricting the number of registrants in the Meetings > Add a meeting registrant API: POST