|
Zoom Rooms Controller SDK Reference 6.6.0
|
New meeting chat thread item. A thread can contain several comments. More...
#include <IMeetingChatHelper.h>
Data Fields | |
| NewMeetingChatMessage | thread |
| Thread message. | |
| std::vector< NewMeetingChatMessage > | comments |
| Comment messages. | |
New meeting chat thread item. A thread can contain several comments.
Definition at line 225 of file IMeetingChatHelper.h.
| std::vector<NewMeetingChatMessage> NewMeetingChatThreadItem::comments |
Comment messages.
Definition at line 228 of file IMeetingChatHelper.h.
| NewMeetingChatMessage NewMeetingChatThreadItem::thread |
Thread message.
Definition at line 227 of file IMeetingChatHelper.h.