1650504454344Video SDK - Windows v1.3.0by Yves GrantAdded New interface to configure video preference profile. New interface in IZoomVideoSDKVideoHelper: virtual ZoomVideoSDKErrors setVideoQualityPreference(ZoomVideoSDKVideoPreferenceSetting& preference_setting) = 0; New interface in
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]
1646951657124Video SDK v1.2.2 (hotfix) - Windows, macOS, and Electronby Yves GrantFixed Issue where the incorrect second camera was shared.
1646448943203Windows Video SDK v1.2.1by Yves GrantAdded New interfaces and callback to support invite by phone: New interfaces in IZoomVideoSDKPhoneHelper: virtual bool isSupportPhoneFeature() = 0; virtual IVideoSDKVector<IZoomVideoSDKPhoneSupportCountryInfo* >* getSupportCountryInfo() =
1646448465999macOS Video SDK v1.2.1by Yves GrantAdded New interfaces and callback to support invite by phone New interfaces in ZMVideoSDKPhoneHelper.h:- (BOOL)isSupportPhoneFeature; - (NSArray<ZMVideoSDKPhoneSupportCountryInfo*>*)getSupportCountryInfo; -
1643858060958JWT field updates in Video SDK v1.2.0by Yves GrantThe Video SDK version 1.2.0 includes the following updates to the JWT payload: The user_identity field is now optional. A new required field, role_type, is required for all users. It indicates the user’s role in a session; host or
1643324399776Windows Video SDK 1.2.0by Ashley KinardAdded New interfaces and callbacks to support cloud recording: New interfaces in IZoomVideoSDKRecordingHelper: virtual ZoomVideoSDKErrors canStartRecording() = 0; virtual ZoomVideoSDKErrors startCloudRecording() = 0; virtual
1643323571890MacOS Video SDK 1.2.0by Ashley KinardAdded New interfaces and callbacks to support cloud recording: New interfaces in