Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKChatMessage Class Reference

A class that contains all the information for a message. More...

#include <ZoomVideoSDKChatHelper.h>

Inherits NSObject.

Properties

NSString *_Nullable messageID
 The message ID.
 
ZoomVideoSDKUser *_Nullable senderUser
 The sender user.
 
ZoomVideoSDKUser *_Nullable receiverUser
 The receiver user.
 
NSString *_Nullable content
 The message content.
 
long long timeStamp
 The message sent time in timestamp.
 
BOOL isChatToAll
 The message is send to all user or not.
 
BOOL isSelfSend
 The message is send by me or not.
 

Detailed Description

A class that contains all the information for a message.

Definition at line 17 of file ZoomVideoSDKChatHelper.h.

Property Documentation

◆ content

- (NSString* _Nullable) content
readwritenonatomicstrong

The message content.

Definition at line 36 of file ZoomVideoSDKChatHelper.h.

◆ isChatToAll

- (BOOL) isChatToAll
readwritenonatomicassign

The message is send to all user or not.

Definition at line 44 of file ZoomVideoSDKChatHelper.h.

◆ isSelfSend

- (BOOL) isSelfSend
readwritenonatomicassign

The message is send by me or not.

Definition at line 48 of file ZoomVideoSDKChatHelper.h.

◆ messageID

- (NSString* _Nullable) messageID
readwritenonatomicstrong

The message ID.

Definition at line 22 of file ZoomVideoSDKChatHelper.h.

◆ receiverUser

- (ZoomVideoSDKUser* _Nullable) receiverUser
readwritenonatomicstrong

The receiver user.

Definition at line 31 of file ZoomVideoSDKChatHelper.h.

◆ senderUser

- (ZoomVideoSDKUser* _Nullable) senderUser
readwritenonatomicstrong

The sender user.

Definition at line 26 of file ZoomVideoSDKChatHelper.h.

◆ timeStamp

- (long long) timeStamp
readwritenonatomicassign

The message sent time in timestamp.

Definition at line 40 of file ZoomVideoSDKChatHelper.h.