Interface for managing emoji reactions and emoji feedback in Zoom SDK.
More...
#include <ZoomSDKReactionController.h>
Inherits NSObject.
Interface for managing emoji reactions and emoji feedback in Zoom SDK.
Definition at line 51 of file ZoomSDKReactionController.h.
◆ cancelEmojiFeedback
Cancels the emoji feedback.
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ getWebinarEmojiReactionDisplayType
Gets emoji reaction display type in webinar.
- Returns
- If the function succeeds, it returns the display type of the emoji reaction. Otherwise, the function returns ZoomSDKEmojiReactionDisplayType_None.
◆ isEmojiReactionEnabled
| - (BOOL) isEmojiReactionEnabled |
|
|
|
Determines if the Reaction function is enabled.
- Returns
- YES if Reaction function is enable. Otherwise, NO.
◆ sendEmojiFeedback:
Sends the emoji feedback.
- Parameters
-
| type | Specify the emoji feedback type to be sent. |
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ sendEmojiReaction:
Sends emoji reaction.
- Parameters
-
| type | The emoji reaction's type. |
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ setWebinarEmojiReactionDisplayType:
Sets emoji reaction display type in webinar.
- Parameters
-
| type | The display type of the emoji reaction. |
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ _delegate
◆ delegate