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() =
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
1628886769284Video SDK Windows v1.1.1by Yves GrantAdded New interface to retrieve session ID. Please note that only the host can get the session ID. In zoom_video_sdk_session_info_interface.h:- virtual const zchar_t* getSessionID() = 0; New interface to retrieve user ID. In
1623713915138Video SDK Windows v1.1.0by Yves GrantAdded SDK sample app. Ability to send raw audio data. Added new member IZoomVideoSDKVirtualAudioMic for sending raw audio data in ZoomVideoSDKSessionContext. Support for virtual microphone and virtual speaker. Added
1618879528876Video SDK Windows updates - 04/19/21 by Colette Turbevillev1.0.2 Changed & Fixed Enhanced encryption support. v1.0.1 Added Added interfaces to allow the user to retrieve video QoS statistics The added interface in `zoom_instant_sdk_session_info_interface.h`