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
Gets 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
Sets emoji reaction display type in webinar.
virtual bool IsEmojiReactionEnabled()=0
Determines if the reactions feature is enabled in the meeting.
virtual SDKError SendEmojiFeedback(SDKEmojiFeedbackType type)=0
Sends the emoji feedback.
virtual SDKError SendEmojiReaction(SDKEmojiReactionType type)=0
Sends the reaction.
enum tagSDKEmojiReactionDisplayType SDKEmojiReactionDisplayType
Enumeration of emoji display type. Here are more detailed enum descriptions.
tagSDKEmojiReactionDisplayType
Enumeration of emoji display type. Here are more detailed enum descriptions.
BEGIN_ZOOM_SDK_NAMESPACE enum tagSDKEmojiReactionType SDKEmojiReactionType
Enumeration of emoji reaction type. Here are more detailed enum descriptions.
tagSDKEmojiFeedbackType
Enumeration of emoji feedback type. Here are more detailed enum descriptions.
enum tagSDKEmojiFeedbackType SDKEmojiFeedbackType
Enumeration of emoji feedback type. Here are more detailed enum descriptions.
tagSDKEmojiReactionType
Enumeration of 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.