6#ifndef _MEETING_EMOJI_REACTION_INTERFACE_H_
7#define _MEETING_EMOJI_REACTION_INTERFACE_H_
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 ~IEmojiReactionControllerEvent()
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
@ SDKEmojiReactionType_Tada
@ SDKEmojiReactionType_Clap
@ SDKEmojiReactionType_Heart
@ SDKEmojiReactionType_Thumbsup
@ SDKEmojiReactionType_Joy
@ SDKEmojiReactionType_None
@ SDKEmojiReactionType_Openmouth
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
#define BEGIN_ZOOM_SDK_NAMESPACE
SDKError
SDK error types. Here are more detailed structural descriptions.