1659994200000
Zoom Apps SDK v0.16.3
by Chasity
Added drawParticipant and runRenderingContext support additional shapes beyond the “rectangle” and “person” options. These new shapes are available to apps running on Zoom 5.11.6 and later:“standard”“square”“verticalRectangle”“circle” Fixed1659056312914
Set data center region in JWT payload
by Yves
New optional field in JWT payload to allow setting the data center region preference for the session. Specify the data center location used by the participant, separated by commas. Valid geo regions: US,AU,CA,IN,CN,BR,MX,HK,SG,JP,DE,NL1658854440000
VideoSDK-iOS v1.3.3
by Chasity
Added New interfaces to test audio before joining a session in ZoomVideoSDKTestAudioDeviceHelper.h- (ZoomVideoSDKError)startMicTestRecording;
- (ZoomVideoSDKError)stopMicTestRecording;
- (ZoomVideoSDKError)playMicTestRecording;
-1656626894142
Video SDK - iOS v1.3.2
by Yves
Changed & Fixed Fixed issues that caused memory leaks. Replace the term "Meeting" with "Session" in Video SDK error codes. Errors_Meeting_Phone_Error--> Errors_Session_Phone_Error Errors_meeting_Share_Error--> Errors_Session_Share_Error1654029835154
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 =1650503894170
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.1648599646259
Video SDK - iOS v1.2.3
by Yves Grant
Enhanced 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 session1646951576757
iOS Video SDK v1.2.2 (hotfix)
by Yves Grant
Enhanced Added protection to avoid crashes caused by unexpected usage. Fixed Issue where the setting of the aspect ratio was not respected.1646447914372
iOS Video SDK v1.2.1
by Yves Grant
Added New interfaces and callback to support invite by phone New interfaces in ZoomVideoSDKPhoneHelper.h:- (BOOL)isSupportPhoneFeature;
- (NSArray <ZoomVideoSDKPhoneSupportCountryInfo *>* _Nullable)getSupportCountryInfo;
-