Windows SDK 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
17{
26
30{
31public:
36 virtual void OnEmojiReactionReceived(unsigned int sender_id, SDKEmojiReactionType type) = 0;
37
41};
42
45{
46public:
53
55 virtual bool IsEmojiReactionEnabled() = 0;
56
62};
63
65#endif
Emoji Reaction controller callback event.
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 ...
Emoji Reaction controller interface.
virtual SDKError SetEvent(IEmojiReactionControllerEvent *pEvent)=0
Configure the meeting emoji reaction controller callback event handler.
virtual bool IsEmojiReactionEnabled()=0
Determine if the reactions feature is enabled in the meeting.
virtual SDKError SendEmojiReaction(SDKEmojiReactionType type)=0
Send the reaction.
enum tagSDKEmojiReactionType SDKEmojiReactionType
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
Definition: zoom_sdk_def.h:21
#define BEGIN_ZOOM_SDK_NAMESPACE
Definition: zoom_sdk_def.h:20
SDKError
SDK error types. Here are more detailed structural descriptions.
Definition: zoom_sdk_def.h:30