Emoji Reaction controller interface.
More...
#include <meeting_emoji_reaction_interface.h>
Emoji Reaction controller interface.
Definition at line 91 of file meeting_emoji_reaction_interface.h.
◆ CancelEmojiFeedback()
virtual SDKError IEmojiReactionController::CancelEmojiFeedback |
( |
| ) |
|
|
pure virtual |
Cancel the emoji feedback.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ GetWebinarEmojiReactionDisplayType()
Get emoji reaction display type in webinar.
- Returns
- If the function succeeds, it will return the display type of the emoji reaction, otherwise returns SDKEmojiReactionDisplayType_None.
◆ IsEmojiReactionEnabled()
virtual bool IEmojiReactionController::IsEmojiReactionEnabled |
( |
| ) |
|
|
pure virtual |
Determine if the reactions feature is enabled in the meeting.
◆ SendEmojiFeedback()
Send the emoji feedback.
- Parameters
-
type | Specify the emoji feedback 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.
◆ 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.
- Note
- The SDK use pEvent to transmit the callback event to the user's application. If the function is not called or failed, the user's application is unabled to retrieve the callback event.
◆ SetWebinarEmojiReactionDisplayType()
Set emoji reaction display type in webinar.
- Parameters
-
type | The display type of the emoji reaction. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.