1646951657124Video SDK v1.2.2 (hotfix) - Windows, macOS, and Electronby Yves GrantFixed Issue where the incorrect second camera was shared.
1646951576757iOS Video SDK v1.2.2 (hotfix)by Yves GrantEnhanced Added protection to avoid crashes caused by unexpected usage. Fixed Issue where the setting of the aspect ratio was not respected.
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; -
1646447914372iOS Video SDK v1.2.1by Yves GrantAdded New interfaces and callback to support invite by phone New interfaces in ZoomVideoSDKPhoneHelper.h:- (BOOL)isSupportPhoneFeature; - (NSArray <ZoomVideoSDKPhoneSupportCountryInfo *>* _Nullable)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
1643323571890MacOS Video SDK 1.2.0by Ashley KinardAdded New interfaces and callbacks to support cloud recording: New interfaces in
1643321716055iOS Video SDK 1.2.0by Ashley KinardAdded New interfaces and callbacks to support cloud recording: New interfaces in ZoomVideoSDK.h:- (ZoomVideoSDKRecordingHelper * _Nonnull)getRecordingHelper; New interfaces in ZoomVideoSDKRecordingHelper.h:-
1628886909658Video SDK macOS v1.1.1by Yves GrantAdded New interface to retrieve session ID. Please note that only the host can get the session ID. In ZMVideoSDKSession.h:- (NSString*) getSessionID New interface to retrieve user ID. In ZMVideoSDKUser.h:- (NSString*) getUserID Changed &