Windows SDK API Reference
Loading...
Searching...
No Matches
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. More...
 
virtual void OnEmojiReactionReceivedInWebinar (SDKEmojiReactionType type)=0
 Emoji reaction callback. This callback notifies the user when an emoji is received in the webinar. More...
 

Detailed Description

Emoji Reaction controller callback event.

Definition at line 29 of file meeting_emoji_reaction_interface.h.

Constructor & Destructor Documentation

◆ ~IEmojiReactionControllerEvent()

virtual IEmojiReactionControllerEvent::~IEmojiReactionControllerEvent ( )
inlinevirtual

Definition at line 32 of file meeting_emoji_reaction_interface.h.

32{}

Member Function Documentation

◆ 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.