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”.1650561264103
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,1650560531446
Video SDK - macOS v1.3.0
by Yves Grant
Added New interface to configure video preference profile. New interface class named ZMVideoSDKPreferenceSetting, defined in ZMVideoSDKVideoHelper.h:@property (nonatomic, assign, readwrite) ZMVideoSDKVideoPreferenceMode mode;
@property1650501475455
Meeting SDK - macOS v5.10.3
by Yves Grant
Added New interfaces and callbacks for deleting in-meeting chat. New interface in ZoomSDKMeetingActionController- (BOOL)isChatMessageCanBeDeleted:(NSString*)msgID;
- (ZoomSDKError)deleteChatMessage:(NSString*)msgID;
-1648603808888
Meeting SDK - macOS v5.10.1
by Yves Grant
Breaking 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 the1648600473144
Video SDK - Electron v1.2.3
by Yves Grant
Breaking 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:1648599869477
Video SDK - macOS v1.2.3
by Yves Grant
Added Add ZoomAudioDevice.driver to support share computer sound How to use ZoomAudioDevice.driver sudo /bin/rm -rf /Library/Audio/Plug-Ins/HAL/ZoomAudioDevice.driver sudo cp -r [ZoomAudioDevice.driver source path]1646951657124
Video SDK v1.2.2 (hotfix) - Windows, macOS, and Electron
by Yves Grant
Fixed Issue where the incorrect second camera was shared.1646448465999
macOS Video SDK v1.2.1
by Yves Grant
Added New interfaces and callback to support invite by phone New interfaces in ZMVideoSDKPhoneHelper.h:- (BOOL)isSupportPhoneFeature;
- (NSArray<ZMVideoSDKPhoneSupportCountryInfo*>*)getSupportCountryInfo;
-