Zoom Rooms Controller SDK Reference 6.5.0
|
Meeting Chat interfaces. More...
#include "ZRCSDKTypes.h"
Go to the source code of this file.
Data Structures | |
struct | MeetingChatPrivilege |
Meeting chat privilege. More... | |
struct | ShareFileInMeetingChatParam |
Share file in meeting chat params. More... | |
struct | MeetingChatMessage |
Meeting chat message old chat message struct. More... | |
struct | ChatEmojiCountInfo |
Chat emoji count info. New chat supports emoji reaction. More... | |
struct | ChatEmojiComment |
Chat emoji comment New chat supports emoji reaction. More... | |
struct | NewMeetingChatMessage |
New meeting chat message New meeting chat message struct. Time all timestamp. More... | |
struct | NewMeetingChatThreadItem |
New meeting chat thread item. A thread can contain several comments. More... | |
struct | ChatMessageSyncFilter |
Chat message sync filter. More... | |
class | IMeetingChatHelperSink |
Meeting Chat helper event callback. More... | |
class | IMeetingChatHelper |
Meeting Chat helper interface. More... | |
Meeting Chat interfaces.
** ZRC SDK supports sending meeting chat feature since 6.1.0 There are two versions of sending meeting chat, check with API IsNewChatExperience.
**
Definition in file IMeetingChatHelper.h.
Meeting chat message state. Here are more detailed structural descriptions.
Enumerator | |
---|---|
MeetingChatMessageState_UNKNOWN | Unknown. |
MeetingChatMessageState_SENDING | Message sending. |
MeetingChatMessageState_SENT | Message sent. |
MeetingChatMessageState_RECEIVED | Message received. |
Definition at line 92 of file IMeetingChatHelper.h.
Meeting chat message sub-type. Here are more detailed structural descriptions.
Definition at line 81 of file IMeetingChatHelper.h.
Meeting chat message type. Here are more detailed structural descriptions.
Definition at line 64 of file IMeetingChatHelper.h.
Meeting chat message send to type. Here are more detailed structural descriptions.
Definition at line 50 of file IMeetingChatHelper.h.
Meeting chat privilege type for panelist in webinar. Here are more detailed structural descriptions.
Definition at line 39 of file IMeetingChatHelper.h.
Meeting chat privilege type for participants in normal meeting and attendees in webinar. Here are more detailed structural descriptions.
Definition at line 25 of file IMeetingChatHelper.h.
enum MeetingChatSyncType |
Meeting chat sync type. Here are more detailed structural descriptions.
Enumerator | |
---|---|
MeetingChatSyncType_UNKNOWN | Unknown. |
MeetingChatSyncType_INIT | Init action. |
MeetingChatSyncType_LOAD_MORE_HISTORY | Load more history. |
Definition at line 104 of file IMeetingChatHelper.h.