1650503894170Video SDK - iOS v1.3.0by Yves GrantAdded New interface to configure video preference profile. New enums in ZoomVideoSDKConstants.h typedef NS_ENUM(NSUInteger, ZoomVideoSDKVideoPreferenceMode) { ZoomVideoSDKVideoPreferenceMode_Balance, ///Balance mode.
1648599646259Video SDK - iOS v1.2.3by Yves GrantEnhanced 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 session
1647882000000Event Subscription Updates — March 21, 2022by Ashley KinardPlease note that our Events documentation has moved to the following URLs: https://marketplace.zoom.us/docs/api-reference/zoom-api/events/ https://marketplace.zoom.us/docs/api-reference/phone/events/
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.
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; -
1646067600000Event Subscription Updates — February 28, 2022by Ashley KinardPlease note that our Events documentation have moved to the following URLs: https://marketplace.zoom.us/docs/api-reference/zoom-api/events/ https://marketplace.zoom.us/docs/api-reference/phone/events/
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
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:-
1643036400000Event Subscription Updates — January 24, 2022by Ashley KinardThe following events were released on January 24, 2022: New We’ve added the following event subscriptions: Marketplace app.authorization_request_created Enhancements Account Added the new only_authenticated_can_join_from_webclient,