macOS SDK API Reference
Loading...
Searching...
No Matches
<ZoomSDKReactionControllerDelegate> Protocol Reference

#import <ZoomSDKReactionController.h>

Inherits <NSObject>.

Instance Methods

(void) - onEmojiReactionReceived:reactionType:reactionSkinTone:
 Notify receive the emoji reaction.
 
(void) - onEmojiReactionReceivedInWebinar:
 Emoji reaction callback. This callback notifies the user when an emoji is received in the webinar.
 

Detailed Description

Definition at line 8 of file ZoomSDKReactionController.h.

Method Documentation

◆ onEmojiReactionReceived:reactionType:reactionSkinTone:

- (void) onEmojiReactionReceived: (unsigned int)  userid
reactionType: (ZoomSDKEmojiReactionType type
reactionSkinTone: (ZoomSDKEmojiReactionSkinTone skinTone 

Notify receive the emoji reaction.

Parameters
useridThe user id of the send emoji reaction.
typeThe send emoji reaction type.
skinToneThe send emoji reaction skinstone.

◆ onEmojiReactionReceivedInWebinar:

- (void) onEmojiReactionReceivedInWebinar: (ZoomSDKEmojiReactionType type

Emoji reaction callback. This callback notifies the user when an emoji is received in the webinar.

Parameters
typeSpecify the type of the received reaction.