Original publication date: August 31, 2022
Added
-
New interface to delete the message in
ZoomVideoSDKChatHelper.h
-(BOOL)canChatMessageBeDeleted:(NSString *__nonnull)msgID (-ZoomVideoSDKError)deleteChatMessage:(NSString * __nonnull)msgID
-
New property added in
ZoomVideoSDKChatMessage
- (nonatomic, strong) NSString * _Nullable messageID
-
New callback to delete the message
ZoomVideoSDKDelegate.h
- (void)onChatMsgDeleteNotification:(ZoomVideoSDKChatHelper *_Nullable)helper messageID:(NSString * __nonnull)msgID deleteBy:(ZoomVideoSDKChatMsgDeleteBy) type
-
New enumsof
ZoomVideoSDKChatMsgDeleteBy
inZoomVideoSDKConstants.h
ZoomVideoSDKChatMsgDeleteBy_NONE, ZoomVideoSDKChatMsgDeleteBy_SELF, ZoomVideoSDKChatMsgDeleteBy_HOST, ZoomVideoSDKChatMsgDeleteBy_DLP,
-
New interface to set audio session in
ZoomVideoSDKAudioHelper.h
- (BOOL)resetAudioSession; - (void)cleanAudioSession;
Changed & Fixed
-
Discontinue the support for iOS 32-bit devices.
-
Allow multiple participants to share their screens simultaneously during a session.
-
Remove the requirement to have a microphone or camera to access raw data.