1656112707774
Meeting SDK - macOS v5.11.0
by Yves
Added New interfaces to streaming to raw to access "downstream" raw audio and video streams New interfaces in ZoomSDKLiveStreamHelper-(ZoomSDKError)startRawLiveStream:(NSString *)broadcastURL;
-(ZoomSDKError)stopRawLiveStream; New interface1654032122940
Video SDK - Electron v1.3.1
by Yves Grant
Added Add enableMultiStreamVideo, disableMultiStreamVideo, startVideoPreview, stopVideoPreview interfaces in lib/zoom_video_sdk_video.js. Add startMicTestRecording, stopMicTestRecording, playMicTestRecording, startSpeakerTest,1654031177167
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 =1654024257429
Meeting SDK - macOS v5.10.6
by Yves Grant
Added New interface to allow the user to disable the new whiteboard feature. New interface in ZoomSDKMeetingConfiguration- (ZoomSDKError)enableCloudWhiteboard:(BOOL)enable; New callback to notify when a reaction is received in a Webinar.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;
@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.