Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.IEmojiReactionController Interface Reference

Public Member Functions

void setEvent (IEmojiReactionControllerEvent pEvent)
 
boolean isEmojiReactionEnabled ()
 Determine if the reactions feature is enabled in the meeting.
 
MobileRTCSDKError sendEmojiReaction (SDKEmojiReactionType type)
 Send the reaction.
 
MobileRTCSDKError sendEmojiFeedback (MobileRTCEmojiFeedbackType type)
 Send the emoji feedback.
 
MobileRTCSDKError cancelEmojiFeedback ()
 Cancel the emoji feedback.
 

Detailed Description

Definition at line 3 of file IEmojiReactionController.java.

Member Function Documentation

◆ cancelEmojiFeedback()

MobileRTCSDKError us.zoom.sdk.IEmojiReactionController.cancelEmojiFeedback ( )

Cancel the emoji feedback.

Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.

◆ isEmojiReactionEnabled()

boolean us.zoom.sdk.IEmojiReactionController.isEmojiReactionEnabled ( )

Determine if the reactions feature is enabled in the meeting.

Returns
true enable

◆ sendEmojiFeedback()

MobileRTCSDKError us.zoom.sdk.IEmojiReactionController.sendEmojiFeedback ( MobileRTCEmojiFeedbackType type)

Send the emoji feedback.

Parameters
typeSpecify the emoji feedback type to be sent.
Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.

◆ sendEmojiReaction()

MobileRTCSDKError us.zoom.sdk.IEmojiReactionController.sendEmojiReaction ( SDKEmojiReactionType type)

Send the reaction.

Parameters
typeSpecify the reaction type to be sent.
Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.

◆ setEvent()

void us.zoom.sdk.IEmojiReactionController.setEvent ( IEmojiReactionControllerEvent pEvent)