Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
meeting_emoji_reaction_interface.h
Go to the documentation of this file.
1
6#ifndef _MEETING_EMOJI_REACTION_INTERFACE_H_
7#define _MEETING_EMOJI_REACTION_INTERFACE_H_
8#include "zoom_sdk_def.h"
9
11
26
38
52
58{
59public:
66 virtual void OnEmojiReactionReceived(unsigned int sender_id, SDKEmojiReactionType type) = 0;
67
73
79 virtual void OnEmojiFeedbackReceived(unsigned int sender_id, SDKEmojiFeedbackType type) = 0;
80
85 virtual void OnEmojiFeedbackCanceled(unsigned int sender_id) = 0;
86};
140
142#endif
Emoji Reaction controller callback event.
virtual void OnEmojiFeedbackReceived(unsigned int sender_id, SDKEmojiFeedbackType type)=0
Emoji feedback received callback. This function is used to inform the user once received the emoji fe...
virtual void OnEmojiReactionReceivedInWebinar(SDKEmojiReactionType type)=0
Emoji reaction callback. This callback notifies the user when an emoji is received in the webinar.
virtual void OnEmojiReactionReceived(unsigned int sender_id, SDKEmojiReactionType type)=0
Emoji reaction callback. This function is used to inform the user once received the reaction sent by ...
virtual void OnEmojiFeedbackCanceled(unsigned int sender_id)=0
Emoji feedback canceled callback. This function is used to inform the user once the received emoji fe...
Emoji Reaction controller interface.
virtual SDKEmojiReactionDisplayType GetWebinarEmojiReactionDisplayType()=0
Get emoji reaction display type in webinar.
virtual SDKError CancelEmojiFeedback()=0
Cancel the emoji feedback.
virtual SDKError SetEvent(IEmojiReactionControllerEvent *pEvent)=0
Configure the meeting emoji reaction controller callback event handler.
virtual SDKError SetWebinarEmojiReactionDisplayType(SDKEmojiReactionDisplayType type)=0
Set emoji reaction display type in webinar.
virtual bool IsEmojiReactionEnabled()=0
Determine if the reactions feature is enabled in the meeting.
virtual SDKError SendEmojiFeedback(SDKEmojiFeedbackType type)=0
Send the emoji feedback.
virtual SDKError SendEmojiReaction(SDKEmojiReactionType type)=0
Send the reaction.
enum tagSDKEmojiReactionDisplayType SDKEmojiReactionDisplayType
Specify the emoji display type. Here are more detailed enum descriptions.
tagSDKEmojiReactionDisplayType
Specify the emoji display type. Here are more detailed enum descriptions.
BEGIN_ZOOM_SDK_NAMESPACE enum tagSDKEmojiReactionType SDKEmojiReactionType
Specify the emoji reaction type. Here are more detailed enum descriptions.
tagSDKEmojiFeedbackType
Specify the emoji feedback type. Here are more detailed enum descriptions.
enum tagSDKEmojiFeedbackType SDKEmojiFeedbackType
Specify the emoji feedback type. Here are more detailed enum descriptions.
tagSDKEmojiReactionType
Specify the emoji reaction type. Here are more detailed enum descriptions.
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
#define BEGIN_ZOOM_SDK_NAMESPACE
SDKError
Enumeration of common errors of SDK.