◆ 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()
Send the emoji feedback. 
- Parameters
- 
  
    | type | Specify the emoji feedback type to be sent. |  
 
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed. 
 
 
◆ sendEmojiReaction()
Send the reaction. 
- Parameters
- 
  
    | type | Specify the reaction type to be sent. |  
 
- Returns
- If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed. 
 
 
◆ setEvent()