1651540200000Meeting SDK v5.10.3 patchby Yves GrantFixed Fixed an issue where the SDK user was not able to leave the meeting when the meeting status was “Connecting”.
1650561264103Videos SDK - Electron v1.3.0by Yves GrantBreaking 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,
1650504454344Video SDK - Windows v1.3.0by Yves GrantAdded New interface to configure video preference profile. New interface in IZoomVideoSDKVideoHelper: virtual ZoomVideoSDKErrors setVideoQualityPreference(ZoomVideoSDKVideoPreferenceSetting& preference_setting) = 0; New interface in
1650501475455Meeting SDK - macOS v5.10.3by Yves GrantAdded New interfaces and callbacks for deleting in-meeting chat. New interface in ZoomSDKMeetingActionController- (BOOL)isChatMessageCanBeDeleted:(NSString*)msgID; - (ZoomSDKError)deleteChatMessage:(NSString*)msgID; -
1648603808888Meeting SDK - macOS v5.10.1by Yves GrantBreaking change The following callback is only triggered when my record status changes- (void)onRecordStatus:(ZoomSDKRecordingStatus)status; Deprecated ActionMeetingCmd_LowerAllHands(defined in ZoomSDKErrors.h). To lower all hands, call the
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:
1648600158232Video SDK - Windows v1.2.3 by Yves GrantEnhanced Support for participants to join sessions before the host Increased length of user_identity to 36 chars Fixed Issue where if you input the wrong JWT token and created a session with send video RawData on, the onInitialize event
1646951657124Video SDK v1.2.2 (hotfix) - Windows, macOS, and Electronby Yves GrantFixed Issue where the incorrect second camera was shared.
1646448943203Windows Video SDK v1.2.1by Yves GrantAdded New interfaces and callback to support invite by phone: New interfaces in IZoomVideoSDKPhoneHelper: virtual bool isSupportPhoneFeature() = 0; virtual IVideoSDKVector<IZoomVideoSDKPhoneSupportCountryInfo* >* getSupportCountryInfo() =