Published March 22, 2023
Breaking changes
-
Change dynamically-loading share module in meetings.
- Support custom resolution for video preview.
Added
- Support arm64 simulators.
- Support getting audio raw data for local user who set virtual speaker.
-
New field in
ZoomVideoSDK.h
@property (assign, nonatomic) BOOL isMyVoiceInMix;
Changed & fixed
-
Fixed crashes when screen sharing multiple times.
Deprecated
-
Deprecated interfaces in
ZoomVideoSDKUser.h
- (ZoomVideoSDKVideoStatus *_Nullable)videoStatus DEPRECATED_ATTRIBUTE; - (ZoomVideoSDKShareStatus *_Nullable)shareStatus DEPRECATED_ATTRIBUTE;
-
Deprecated interface in
ZoomVideoSDKVideoHelper.h
- (ZoomVideoSDKError)startVideoCanvasPreview:(UIView * _Nullable)view DEPRECATED_MSG_ATTRIBUTE; --> Use this instead: - (ZoomVideoSDKError)startVideoCanvasPreview:andAspectMo;
-
Deprecated interfaces in
ZoomVideoSDK.h
- (void)appWillResignActive DEPRECATED_ATTRIBUTE; - (void)appDidBecomeActive DEPRECATED_ATTRIBUTE; - (void)appWillTerminate DEPRECATED_MSG_ATTRIBUTE("Please use - (ZoomVideoSDKError)cleanup instead"); - (void)appDidEnterBackgroud DEPRECATED_ATTRIBUTE;
-
Deprecated interfaces in
ZoomVideoSDKDelegate.h
- (void)onCloudRecordingStatus:(ZoomVideoSDKRecordingStatus)status DEPRECATED_MSG_ATTRIBUTE("use - (void)onCloudRecordingStatus:recordAgreementHandler: instead"); - (void)onLiveTranscriptionMsgReceived:(NSString *)ltMsg user:(ZoomVideoSDKUser *)user type:(ZoomVideoSDKLiveTranscriptionOperationType)type DEPRECATED_MSG_ATTRIBUTE("use - (void)onLiveTranscriptionMsgReceived:(ZoomVideoSDKLiveTranscriptionMessageInfo *)messageInfo instead");