Emoji Reaction controller interface.
More...
#include <meeting_emoji_reaction_interface.h>
Emoji Reaction controller interface.
Definition at line 44 of file meeting_emoji_reaction_interface.h.
◆ IsEmojiReactionEnabled()
virtual bool IEmojiReactionController::IsEmojiReactionEnabled |
( |
| ) |
|
|
pure virtual |
Determine if the reactions feature is enabled in the meeting.
◆ SendEmojiReaction()
Send the reaction.
- Parameters
-
type | Specify the reaction type to be sent. /// |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ SetEvent()
Configure the meeting emoji reaction controller callback event handler.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.