Emoji Reaction controller callback event.
More...
#include <meeting_emoji_reaction_interface.h>
Emoji Reaction controller callback event.
Definition at line 55 of file meeting_emoji_reaction_interface.h.
◆ ~IEmojiReactionControllerEvent()
virtual IEmojiReactionControllerEvent::~IEmojiReactionControllerEvent |
( |
| ) |
|
|
inlinevirtual |
◆ 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_id | Specify 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_id | Specify the user id of the emoji feedback sender. |
type | Specify 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_id | Specify the user id of the reaction sender. |
type | Specify 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
-
type | Specify the type of the received reaction.
|