1674143620059Meeting SDK - Web v2.9.7by ChasityGeneral Added SDK functions for host and co-host status management. See the SDK reference for details. “Camera not connected” icon for when the user does not have a camera connected. Support for recording with Zoom IQ. Client
1674096270866Meeting SDK - Electron v5.13.5by ChasityBreaking change Upgraded node version to 18. Deprecated Delete MeetingConfig_DisableConfidentialWatermark interface in lib/zoom_meeting_configuration.js
1674067405583Video SDK for macOS v1.6.2by YvesAdded Add callback to show original and translated. New interfaces in ZMVideoSDKLiveTranscriptionHelper (ZMVideoSDKErrors)enableReceiveSpokenLanguageContent:(BOOL)enable; (BOOL)isReceiveSpokenLanguageContentEnabled; Add new enum values
1671637200000Video SDK - macOS v1.6.0by ChasityAdded New interfaces to support developers providing raw data for screen sharing. New interface in ZMVideoSDKShareHelper - (ZMVideoSDKErrors)startSharingExternalSource:(id<ZMVideoSDKShareSource>)pSource; New interface class named
1671637200000Meeting SDK for Electron v5.13.0by ChasityKnown Issue Python 3.11 cannot build the node correctly. Use Python 3.10 or lower instead. See Install Dependencies for details (documentation soon to be updated). Breaking change Add SetPipeName interface in
1669816800000Meeting SDK - web v2.9.5by ChasityClient View Added Gallery view supports for Firefox with SharedArrayBuffer enabled. Electron web view screen sharing support via shareSource option. Support for broadcasting audio messages to breakout rooms. Support to send or receive
1668631454780Video SDK - macOS v1.5.3by ChasityAdded New interfaces to adjust individual user's local audio volume. New interface in ZMVideoSDKUser.- (BOOL)setUserVolume:(float)volume isSharingAudio:(BOOL)isSharingAudio; - (BOOL)getUserVolume:(float*)volume