7#import <Foundation/Foundation.h>
26@property (nonatomic, copy, readonly) NSString*
senderName;
37@property (nonatomic, copy, readonly) NSString*
content;
42@property (nonatomic, assign, readonly) time_t
timeStamp;
57@property (nonatomic, copy, readonly) NSString*
messageID;
Represents a chat message within a session.
NSString * senderName
Gets the sender's display name. This returns the sender's name for both session users and broadcast s...
NSString * content
Content of the message.
BOOL isSelfSend
Determines if the message is send by yourself.
time_t timeStamp
Time stamp of the message.
BOOL isChatToAll
Determines if the message is send to all.
NSString * messageID
Gets the message ID of the current message.
ZMVideoSDKUser * receiverUser
Gets the message's receive user object.
ZMVideoSDKUser * sendUser
Gets the message's send user object. When the message is from a broadcast streaming viewer,...
Zoom Video SDK user information.