Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IEmojiReactionControllerEvent.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
Enumeration of available emoji reaction types. For more information, please visit https://support....
void onEmojiFeedbackCanceled(long userId)
Emoji feedback canceled callback. This function is used to inform the user once the received emoji fe...
void onEmojiFeedbackReceived(long userId, MobileRTCEmojiFeedbackType feedbackType)
Emoji feedback received callback. This function is used to inform the user once received the emoji fe...
void onEmojiReactionReceivedInWebinar(SDKEmojiReactionType type)
Emoji reaction callback. This callback notifies the user when an emoji is received in the webinar.
void onEmojiReactionReceived(long sender_id, SDKEmojiReactionType type)
Emoji reaction callback. This function is used to inform the user once received the reaction sent by ...