|
Zoom Rooms Controller SDK Reference 6.6.0
|
Meeting Reaction Emoji interfaces. More...
#include "ZRCSDKTypes.h"Go to the source code of this file.
Data Structures | |
| struct | ReactionStatus |
| Reaction status. More... | |
| struct | ReactionInfo |
| Reaction info. More... | |
| struct | ReactionStatisticsInfoItem |
| Reaction statistics info item. More... | |
| struct | ReactionStatisticsInfo |
| Reaction statistics info. More... | |
| class | IMeetingReactionEmojiHelperSink |
| Meeting Reaction Emoji helper event callback. More... | |
| class | IMeetingReactionEmojiHelper |
| Meeting Reaction Emoji helper interface. More... | |
Enumerations | |
| enum | ReactionInfoType { ReactionInfoTypeUnknown , ReactionInfoTypeEmoji , ReactionInfoTypeFeedback } |
| Reaction info type. Here are more detailed structural descriptions. More... | |
| enum | WebinarEmojiReactionType { WebinarEmojiReactionType_None = 0 , WebinarEmojiReactionType_Clap , WebinarEmojiReactionType_Thumbsup , WebinarEmojiReactionType_Heart , WebinarEmojiReactionType_Joy , WebinarEmojiReactionType_Openmouth , WebinarEmojiReactionType_Tada } |
| Webinar reaction emoji type. Here are more detailed structural descriptions. More... | |
Meeting Reaction Emoji interfaces.
Definition in file IMeetingReactionEmojiHelper.h.
| enum ReactionInfoType |
Reaction info type. Here are more detailed structural descriptions.
| Enumerator | |
|---|---|
| ReactionInfoTypeUnknown | Invalid. |
| ReactionInfoTypeEmoji | Emoji. |
| ReactionInfoTypeFeedback | Feedback. |
Definition at line 17 of file IMeetingReactionEmojiHelper.h.
Webinar reaction emoji type. Here are more detailed structural descriptions.
Definition at line 28 of file IMeetingReactionEmojiHelper.h.