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
1674066035275Video SDK for iOS v1.6.2by YvesAdded New interface to support translation messageList. New interface in ZoomVideoSDKNetworkConnectionHelper.h - (BOOL)isAllowViewFullTranscriptEnable; - (NSArray <ZoomVideoSDKLiveTranscriptionMessageInfo*>
1674066013380Video SDK for Android v1.6.2by YvesBreaking Changes minSdkVersion upgraded to 23 compileSdkVersion upgraded to 33 buildToolsVersion upgraded to 30.0.3 targetSdkVersion upgraded to 33 Added Add interface to enable/disable receiving original and translated
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
1671637200000Video SDK for Android v1.6.0by ChasityAdded Interface for developers to provide raw data for sharing. Add interface in ZoomVideoSDKShareSource void onShareSendStarted(ZoomVideoSDKShareSender sender); void onShareSendStopped();``` Add interface in
1671637200000Video SDK for iOS v1.6.0by ChasityAdded Interface to support canvas previews. Add interface in ZoomVideoSDKVideoHelper.h - (ZoomVideoSDKError)startVideoCanvasPreview:(UIView * _Nullable)view andAspectMode:(ZoomVideoSDKVideoAspect)aspect; Interface to support individual
1669147149168Video SDK - iOS v1.5.3by ChasityAdded New interface to clean up the SDK. New interface in ZoomVideoSDK.h- (ZoomVideoSDKError)cleanup; New interfaces for network quality events. New interface in ZoomVideoSDKUser.h@property (nonatomic, assign) ZoomVideoSDKNetworkStatus
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