Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
NewMeetingChatThreadItem Struct Reference

New meeting chat thread item. A thread can contain several comments. More...

#include <IMeetingChatHelper.h>

Data Fields

NewMeetingChatMessage thread
 Thread message.
 
std::vector< NewMeetingChatMessagecomments
 Comment messages.
 

Detailed Description

New meeting chat thread item. A thread can contain several comments.

Definition at line 225 of file IMeetingChatHelper.h.

Field Documentation

◆ comments

std::vector<NewMeetingChatMessage> NewMeetingChatThreadItem::comments

Comment messages.

Definition at line 228 of file IMeetingChatHelper.h.

◆ thread

NewMeetingChatMessage NewMeetingChatThreadItem::thread

Thread message.

Definition at line 227 of file IMeetingChatHelper.h.