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

#include <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.
 
(void) - onEmojiFeedbackReceived:emojiFeedbackType:
 Emoji feedback received callback. This function is used to inform the user once received the emoji feedback sent by others or user himself.
 
(void) - onEmojiFeedbackCanceled:
 Emoji feedback canceled callback. This function is used to inform the user once the received emoji feedback sent by others or user himself was canceled.
 

Detailed Description

Definition at line 8 of file ZoomSDKReactionController.h.

Method Documentation

◆ onEmojiFeedbackCanceled:

- (void) onEmojiFeedbackCanceled: (unsigned int) userid

Emoji feedback canceled callback. This function is used to inform the user once the received emoji feedback sent by others or user himself was canceled.

Parameters
useridSpecify the user id of the emoji feedback sender.

◆ onEmojiFeedbackReceived:emojiFeedbackType:

- (void) onEmojiFeedbackReceived: (unsigned int) userid
emojiFeedbackType: (ZoomSDKEmojiFeedbackType) type 

Emoji feedback received callback. This function is used to inform the user once received the emoji feedback sent by others or user himself.

Parameters
useridSpecify the user id of the emoji feedback sender.
typeSpecify the type of the received emoji feedback.

◆ 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.