1650503286934Video SDK - Android v1.3.0by Yves GrantAdded New interface to configure video preference profile. New enums in ZoomVideoSDKVideoPreferenceMode
1650503153261Meeting SDK - Electron v5.10.3by Yves GrantAdded Added Polish and Turkish support: Add LANGUAGE_Polish and LANGUAGE_Turkish for ZoomSDK_LANGUAGE_ID enum in lib/settings.js
1648606311715Meeting SDK - Electron v5.10.1by Yves GrantBreaking 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:
1648599099256Video SDK -Android v1.2.3by Yves GrantBreaking changes The following dependencies have been updated: androidx.security:security-crypto:1.1.0-alpha02 to androidx.security:security-crypto:1.1.0-alpha03 androidx.appcompat:appcompat:1.0.0 to androidx.appcompat:appcompat:1.3.0
1646964000000Meeting SDK v5.9.7 (hotfix) - Windows and Electron onlyby Yves GrantThe Meeting SDK v5.9.7 (hotfix) includes codebase upgrades from 5.9.6 to 5.9.7 for the Windows and Electron SDKs only. See the Zoom Client Release Notes for Windows for details.
1646447377754Android Video SDK v1.2.1by Yves GrantAdded New interfaces and callback to support invite by phone: New interfaces in ZoomVideoSDKPhoneHelper: boolean isSupportPhoneFeature(); List<ZoomVideoSDKPhoneSupportCountryInfo> getSupportCountryInfo(); int inviteByPhone(String
1646447030342Electron Meeting SDK v5.9.6by Yves GrantAdded The onMeetingStatisticsWarningNotification callback and SetMeetingStatisticsWarningNotificationCB interface in zoom_meeting.js. The onMeetingParameterNotification callbacks and SetMeetingParameterNotificationCB interface in
1643858060958JWT field updates in Video SDK v1.2.0by Yves GrantThe Video SDK version 1.2.0 includes the following updates to the JWT payload: The user_identity field is now optional. A new required field, role_type, is required for all users. It indicates the user’s role in a session; host or
1643320854639Android Video SDK 1.2.0by Ashley KinardAdded Support for sending and receiving 720p video. New interfaces and callbacks to support cloud recording: New interfaces in ZoomVideoSDKRecordingHelper: int canStartRecording(); int stopCloudRecording(); int pauseCloudRecording(); int