Mac SDK
Instance Methods | Protected Attributes | List of all members
ZoomSDKChatInfo Class Reference

ZOOM SDK chat information. More...

#import <ZoomSDKMeetingActionController.h>

Inheritance diagram for ZoomSDKChatInfo:

Instance Methods

(unsigned int) - getSenderUserID
 Get the user ID of whom sending message. More...
 
(NSString *) - getSenderDisplayName
 Get the screen name of the sender. More...
 
(unsigned int) - getReceiverUserID
 Get the user ID of whom receiving the message. More...
 
(NSString *) - getReceiverDisplayName
 Get the screen name of receiver. More...
 
(NSString *) - getMsgContent
 Get the content of message. More...
 
(time_t) - getTimeStamp
 Get the timestamps of the current message. More...
 
(BOOL) - isChatToWaitingRoom
 The current message is send to waiting room. More...
 
(ZoomSDKChatMessageType) - getChatMessageType
 Get the type of the current message. More...
 

Protected Attributes

unsigned int _sendID
 
unsigned int _receiverID
 
NSString * _sendName
 
NSString * _receiverName
 
NSString * _content
 
time_t _timestamp
 
BOOL _isChatToWaitingRoom
 
ZoomSDKChatMessageType _chatMessageType
 

Detailed Description

ZOOM SDK chat information.

Method Documentation

◆ getChatMessageType

- (ZoomSDKChatMessageType) getChatMessageType

Get the type of the current message.

Returns
If the function succeeds, the return value is the enum of ZoomSDKChatMessageType.

◆ getMsgContent

- (NSString*) getMsgContent

Get the content of message.

Returns
If the function succeeds, the return value is the content of message.

◆ getReceiverDisplayName

- (NSString*) getReceiverDisplayName

Get the screen name of receiver.

Returns
If the function succeeds, the return value is the screen name.

◆ getReceiverUserID

- (unsigned int) getReceiverUserID

Get the user ID of whom receiving the message.

Returns
If the function succeeds, the return value is the user ID.

◆ getSenderDisplayName

- (NSString*) getSenderDisplayName

Get the screen name of the sender.

Returns
If the function succeeds, the return value is the screen name.

◆ getSenderUserID

- (unsigned int) getSenderUserID

Get the user ID of whom sending message.

Returns
If the function succeeds, the return value is the user ID of sender.

◆ getTimeStamp

- (time_t) getTimeStamp

Get the timestamps of the current message.

Returns
If the function succeeds, the return value is the timestamps of the current message.

◆ isChatToWaitingRoom

- (BOOL) isChatToWaitingRoom

The current message is send to waiting room.

Returns
If return YES means the message is send to waiting room, otherwise not.

The documentation for this class was generated from the following file: