![]() |
Mac SDK
|
ZOOM SDK chat information. More...
#import <ZoomSDKMeetingActionController.h>
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... | |
ZOOM SDK chat information.
| - (ZoomSDKChatMessageType) getChatMessageType |
Get the type of the current message.
| - (NSString*) getMsgContent |
Get the content of message.
| - (NSString*) getReceiverDisplayName |
Get the screen name of receiver.
| - (unsigned int) getReceiverUserID |
Get the user ID of whom receiving the message.
| - (NSString*) getSenderDisplayName |
Get the screen name of the sender.
| - (unsigned int) getSenderUserID |
Get the user ID of whom sending message.
| - (time_t) getTimeStamp |
Get the timestamps of the current message.
| - (BOOL) isChatToWaitingRoom |
The current message is send to waiting room.