#import <ZoomSDKReactionController.h>
Inherits NSObject.
Definition at line 26 of file ZoomSDKReactionController.h.
◆ 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.
◆ sendEmojiReaction:
Send emoji reaction.
- Parameters
-
type | The type of the emoji reaction. |
- Returns
- If the function succeeds, it will return ZoomSDKError_succuss, otherwise not.
◆ sendEmojiReaction:reactionSkinTone:
Send emoji reaction.
- Parameters
-
type | The type of the emoji reaction. |
skinTone | The skintone of the emoji reaction |
- Returns
- If the function succeeds, it will return ZoomSDKError_succuss, otherwise not.
◆ setWebinarEmojiReactionDisplayType:
Set emoji reaction display type in webinar.
- Parameters
-
- Returns
- If the function succeeds, it will return ZoomSDKError_succuss. Otherwise the function returns an error.
◆ _delegate
◆ delegate