7#import <Foundation/Foundation.h>
8#import <ZoomSDK/ZoomSDKErrors.h>
10NS_ASSUME_NONNULL_BEGIN
15@protocol ZoomSDKReactionControllerDelegate <NSObject>
42- (void)onEmojiFeedbackCanceled:(
unsigned int)userid;
58@property (assign, nonatomic, nullable) id<ZoomSDKReactionControllerDelegate>
delegate;
ZoomSDKEmojiFeedbackType
Enumeration of emoji feedback types.
ZoomSDKEmojiReactionSkinTone
Enumeration of available emoji reaction skin tones.
ZoomSDKEmojiReactionDisplayType
Enumeration of emoji reaction display types in the meeting UI.
ZoomSDKError
Enumeration of common errors of SDK.
ZoomSDKEmojiReactionType
Enumeration of available emoji reaction types. For more information, please visit https://support....
Interface for managing emoji reactions and emoji feedback in Zoom SDK.
ZoomSDKEmojiReactionDisplayType getWebinarEmojiReactionDisplayType()
Gets emoji reaction display type in webinar.
id< ZoomSDKReactionControllerDelegate > _delegate
ZoomSDKError cancelEmojiFeedback()
Cancels the emoji feedback.
id< ZoomSDKReactionControllerDelegate > delegate
Sets or get the delegate to receive emoji reaction and feedback events.
BOOL isEmojiReactionEnabled()
Determines if the Reaction function is enabled.