1656627462094
Video SDK - macOS v1.3.2
by Yves
Added New interface to share computer sound in a screen sharing. New interfaces in ZMVideoSDKRawDataPipe- (ZMVideoSDKErrors)subscribeToSharedComputerAudio;
- (ZMVideoSDKErrors)unsubscribeToSharedComputerAudio;
-1656626894142
Video SDK - iOS v1.3.2
by Yves
Changed & Fixed Fixed issues that caused memory leaks. Replace the term "Meeting" with "Session" in Video SDK error codes. Errors_Meeting_Phone_Error--> Errors_Session_Phone_Error Errors_meeting_Share_Error--> Errors_Session_Share_Error1654031177167
Video SDK - macOS v1.3.1
by Yves Grant
## Added New interfaces and callback to support multiple cameras (Up to 3). New interfaces in ZMVideoSDKVideoHelper-(BOOL)enableMultiStreamVideo:(NSString *)cameraDeviceID;
-(BOOL)disableMultiStreamVideo:(NSString *)cameraDeviceID; New1654029835154
Video SDK - iOS v1.3.1
by Yves Grant
Added Added Bitcode support. New error codes in ZoomVideoSDKErrors Errors_Call_Too_Frequently,
Errors_No_Impl,
Errors_Dont_Support_Feature,
Errors_Meeting_Phone_Error =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;
@property1650503894170
Video SDK - iOS v1.3.0
by Yves Grant
Added New interface to configure video preference profile. New enums in ZoomVideoSDKConstants.h typedef NS_ENUM(NSUInteger, ZoomVideoSDKVideoPreferenceMode) {
ZoomVideoSDKVideoPreferenceMode_Balance, ///Balance mode.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]1648599646259
Video SDK - iOS v1.2.3
by Yves Grant
Enhanced 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 session1646951657124
Video SDK v1.2.2 (hotfix) - Windows, macOS, and Electron
by Yves Grant
Fixed Issue where the incorrect second camera was shared.