#include <ZoomSDKReactionController.h>
Inherits NSObject.
Definition at line 39 of file ZoomSDKReactionController.h.
◆ cancelEmojiFeedback
Cancel the emoji feedback.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function returns an error.
◆ getWebinarEmojiReactionDisplayType
Get emoji reaction display type in webinar. For more details see ZoomSDKEmojiReactionDisplayType.
- Returns
- If the function succeeds, it will return the display type of the emoji reaction. Otherwise, the function returns ZoomSDKEmojiReactionDisplayType_None.
◆ isEmojiReactionEnabled
- (BOOL) isEmojiReactionEnabled |
|
|
|
Determine if the Reaction function is enabled.
- Returns
- YES means Reaction function is enable,otherwise not.
◆ sendEmojiFeedback:
Send the emoji feedback.
- Parameters
-
type | Specify the emoji feedback type to be sent. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function returns an error.
◆ sendEmojiReaction:
Send emoji reaction.
- Parameters
-
type | The type of the emoji reaction. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise not.
◆ setWebinarEmojiReactionDisplayType:
Set emoji reaction display type in webinar.
- Parameters
-
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function returns an error.
◆ _delegate
◆ delegate