ZOOM SDK chat information.
More...
#import <ZoomSDKMeetingActionController.h>
Inherits NSObject.
ZOOM SDK chat information.
Definition at line 20 of file ZoomSDKMeetingActionController.h.
◆ getChatMessageType
Get the type of the current message.
- Returns
- If the function succeeds, the return value is the enum of ZoomSDKChatMessageType.
◆ getMessageID
- (NSString *) getMessageID |
|
|
|
Get chat message ID.
- Returns
- If the function succeeds, the return value is the ID of chat message.
◆ 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
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.
◆ _chatMessageType
◆ _content
◆ _isChatToWaitingRoom
- (BOOL) _isChatToWaitingRoom |
|
protected |
◆ _receiverID
- (unsigned int) _receiverID |
|
protected |
◆ _receiverName
- (NSString*) _receiverName |
|
protected |
◆ _sendID
◆ _sendName
◆ _timestamp