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, this function returns an error.
◆ GetWebinarEmojiReactionDisplayType()
Gets 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 |
Determines if the reactions feature is enabled in the meeting.
◆ SendEmojiFeedback()
Sends 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, this function returns an error.
◆ SendEmojiReaction()
Sends the reaction.
- Parameters
-
| type | Specify the reaction type to be sent. |
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
◆ SetEvent()
Configure the meeting emoji reaction controller callback event handler.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise, this function returns an error.
- 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()
Sets 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, this function returns an error.