Meeting SDK for Windows API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IEmojiReactionControllerEvent Class Referenceabstract

Emoji Reaction controller callback event. More...

#include <meeting_emoji_reaction_interface.h>

Public Member Functions

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 others or user himself.
 
virtual void OnEmojiReactionReceivedInWebinar (SDKEmojiReactionType type)=0
 Emoji reaction callback. This callback notifies the user when an emoji is received in the webinar.
 
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 feedback sent by others or user himself.
 
virtual void OnEmojiFeedbackCanceled (unsigned int sender_id)=0
 Emoji feedback canceled callback. This function is used to inform the user once the received emoji feedback sent by others or user himself was canceled.
 

Detailed Description

Emoji Reaction controller callback event.

Definition at line 55 of file meeting_emoji_reaction_interface.h.

Constructor & Destructor Documentation

◆ ~IEmojiReactionControllerEvent()

virtual IEmojiReactionControllerEvent::~IEmojiReactionControllerEvent ( )
inlinevirtual

Definition at line 58 of file meeting_emoji_reaction_interface.h.

58{}

Member Function Documentation

◆ OnEmojiFeedbackCanceled()

virtual void IEmojiReactionControllerEvent::OnEmojiFeedbackCanceled ( unsigned int sender_id)
pure virtual

Emoji feedback canceled callback. This function is used to inform the user once the received emoji feedback sent by others or user himself was canceled.

Parameters
sender_idSpecify the user id of the emoji feedback sender.

◆ OnEmojiFeedbackReceived()

virtual void IEmojiReactionControllerEvent::OnEmojiFeedbackReceived ( unsigned int sender_id,
SDKEmojiFeedbackType type )
pure virtual

Emoji feedback received callback. This function is used to inform the user once received the emoji feedback sent by others or user himself.

Parameters
sender_idSpecify the user id of the emoji feedback sender.
typeSpecify the type of the received emoji feedback.

◆ OnEmojiReactionReceived()

virtual void IEmojiReactionControllerEvent::OnEmojiReactionReceived ( unsigned int sender_id,
SDKEmojiReactionType type )
pure virtual

Emoji reaction callback. This function is used to inform the user once received the reaction sent by others or user himself.

Parameters
sender_idSpecify the user id of the reaction sender.
typeSpecify the type of the received reaction.

◆ OnEmojiReactionReceivedInWebinar()

virtual void IEmojiReactionControllerEvent::OnEmojiReactionReceivedInWebinar ( SDKEmojiReactionType type)
pure virtual

Emoji reaction callback. This callback notifies the user when an emoji is received in the webinar.

Parameters
typeSpecify the type of the received reaction.