1651540200000
Meeting SDK v5.10.3 patch
by Yves Grant
Fixed Fixed an issue where the SDK user was not able to leave the meeting when the meeting status was “Connecting”.1650751200000
Event Subscription Updates — April 23, 2022
by Ji Won Lee
The following changes were released on April 23, 2022: Added Group group.admin_added group.admin_deleted group.created group.deleted group.lock_settings_updated group.member_added group.member_deleted group.settings_updated group.updated1650561264103
Videos SDK - Electron v1.3.0
by Yves Grant
Breaking change Updated@vue/cli-plugin-babel,@vue/cli-plugin-router,@vue/cli-plugin-vuex, and@vue/cli-service versions to 5.0.4. Added setVideoQualityPreference interface in lib/zoom_video_sdk_video.js getSuppressBackgroundNoiseLevel,1650503894170
Video SDK - iOS v1.3.0
by Yves Grant
Added New interface to configure video preference profile. New enums in ZoomVideoSDKConstants.h typedef NS_ENUM(NSUInteger, ZoomVideoSDKVideoPreferenceMode) {
ZoomVideoSDKVideoPreferenceMode_Balance, ///Balance mode.1650503286934
Video SDK - Android v1.3.0
by Yves Grant
Added New interface to configure video preference profile. New enums in ZoomVideoSDKVideoPreferenceMode1650503153261
Meeting SDK - Electron v5.10.3
by Yves Grant
Added Added Polish and Turkish support: Add LANGUAGE_Polish and LANGUAGE_Turkish for ZoomSDK_LANGUAGE_ID enum in lib/settings.js1650500082237
Meeting SDK - Windows v5.10.3
by Yves Grant
Added New interfaces and callbacks for deleting in-meeting chat. In meeting_chat_interface.h typedef enum
{
SDK_CHAT_DELETE_BY_NONE,
SDK_CHAT_DELETE_BY_SELF,
SDK_CHAT_DELETE_BY_HOST,
SDK_CHAT_DELETE_BY_DLP,1648606311715
Meeting SDK - Electron v5.10.1
by Yves Grant
Breaking changes Dependencies update: Update: electron: ^17.0.0 nodejs: ^16.13.0@vue/cli-plugin-babel: ^4.5.15@vue/cli-plugin-router: ^4.5.15@vue/cli-plugin-vuex: ^4.5.15@vue/cli-service: ^4.5.15 vue-cli-plugin-electron-builder: ^2.1.1 Add:1648605586300
Meeting SDK - Windows v5.10.1
by Yves Grant
Breaking changes Add a parameter for interface LowerAllHands. meeting_participants_ctrl_interface.h
virtual SDKError LowerAllHands() = 0 --> virtual SDKError LowerAllHands(bool forWebinarAttendees) = 0 Added New interfaces to allow API