1648605586300Meeting SDK - Windows v5.10.1by Yves GrantBreaking 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
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
1648601858462Meeting SDK - iOS v5.10.1by Yves GrantBreaking changs- (BOOL)lowerAllHand; changed to- (BOOL)lowerAllHand:(BOOL)isWebinarAttendee;- (void)onLocalRecordingStatus:(MobileRTCRecordingStatus)status; changed to- (void)onLocalRecordingStatus:(NSInteger)userId
1648600853919Meeting SDK - Android v5.10.1by Yves GrantBreaking changes New dependencies added: androidx.fragment:fragment-ktx:1.4.1 Dependencies updated: com.google.android.exoplayer:exoplayer-core:2.13.3 to com.google.android.exoplayer:exoplayer-core:2.16.1
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
1648599869477Video SDK - macOS v1.2.3by Yves GrantAdded 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]
1648599646259Video SDK - iOS v1.2.3by Yves GrantEnhanced Support for participants to join sessions before the host Fixed Issue where the SDK displayed a black bar and disregarded the aspect ratio setting Issue where a crash occurred when other users left a session
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