6#import <Foundation/Foundation.h>
19@property (nonatomic, strong) NSString * _Nullable
messageID;
33@property (nonatomic, strong) NSString * _Nullable
content;
76- (BOOL)canChatMessageBeDeleted:(NSString *__nonnull)msgID;
90- (BOOL)IsChatDisabled;
96- (BOOL)IsPrivateChatDisabled;
ZoomVideoSDKChatPrivilegeType
Enumeration of chat privilege types.
ZoomVideoSDKError
Enumeration of all the errors in the VideoSDK.
A class to operate the instant message in session.
A class that contains all the information for a message.
ZoomVideoSDKUser *_Nullable senderUser
The sender user.
BOOL isChatToAll
Determines whether the message is sent to all users.
NSString *_Nullable content
The message content.
BOOL isSelfSend
Determines whether the message is sent by me.
ZoomVideoSDKUser *_Nullable receiverUser
The receiver user.
NSString *_Nullable messageID
The message ID.
long long timeStamp
The message sent time in timestamp.
Zoom Video SDK user information.