1650503286934Video SDK - Android v1.3.0by Yves GrantAdded New interface to configure video preference profile. New enums in ZoomVideoSDKVideoPreferenceMode
1648600473144Video SDK - Electron v1.2.3by Yves GrantBreaking change Dependencies updates: 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
1646951657124Video SDK v1.2.2 (hotfix) - Windows, macOS, and Electronby Yves GrantFixed Issue where the incorrect second camera was shared.
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
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
1628887208689Video SDK Electron v1.1.1by Yves GrantAdded New interface to retrieve session ID. Please note that only the host can get the session ID. In zoom_video_sdk_session_info.js: getSessionID New interface to retrieve user ID. In zoom_video_sdk_user_util.js: userID