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

Reaction statistics info item. More...

#include <IMeetingReactionEmojiHelper.h>

Data Fields

ReactionInfo reactionInfo
 Reaction info.
 
int count = 0
 Count of the reaction info.
 

Detailed Description

Reaction statistics info item.

Definition at line 60 of file IMeetingReactionEmojiHelper.h.

Field Documentation

◆ count

int ReactionStatisticsInfoItem::count = 0

Count of the reaction info.

Definition at line 63 of file IMeetingReactionEmojiHelper.h.

◆ reactionInfo

ReactionInfo ReactionStatisticsInfoItem::reactionInfo

Reaction info.

Definition at line 62 of file IMeetingReactionEmojiHelper.h.