Zoom Meeting Emoji Reaction
- Description:
- Zoom Meeting Emoji Reaction
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onEmojiReactionReceived |
function | Emoji reaction callback. This function is used to inform the user once received the reaction sent by others or user himself. |
onEmojiReactionReceivedInWebinar |
function | Emoji reaction callback. This callback notifies the user when an emoji is received in the webinar. |
Returns:
- Type
- ZoomMeetingReaction
- Description:
- Zoom Meeting Emoji Reaction
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onEmojiReactionReceived |
function | Emoji reaction callback. This function is used to inform the user once received the reaction sent by others or user himself. |
onEmojiReactionReceivedInWebinar |
function | Emoji reaction callback. This callback notifies the user when an emoji is received in the webinar. |
Returns:
- Type
- ZoomMeetingReaction
Methods
(inner) SetOnEmojiReactionReceivedCB(onEmojiReactionReceived) → {Boolean}
- Description:
- Set onEmojiReactionReceived callback.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onEmojiReactionReceived |
function |
Returns:
true or false
- Type
- Boolean
(inner) SetOnEmojiReactionReceivedCB(onEmojiReactionReceived) → {Boolean}
- Description:
- Set onEmojiReactionReceived callback.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onEmojiReactionReceived |
function |
Returns:
true or false
- Type
- Boolean
(inner) SetOnEmojiReactionReceivedInWebinarCB(onEmojiReactionReceivedInWebinar) → {Boolean}
- Description:
- Set onEmojiReactionReceivedInWebinar callback.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onEmojiReactionReceivedInWebinar |
function |
Returns:
true or false
- Type
- Boolean
(inner) SetOnEmojiReactionReceivedInWebinarCB(onEmojiReactionReceivedInWebinar) → {Boolean}
- Description:
- Set onEmojiReactionReceivedInWebinar callback.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
onEmojiReactionReceivedInWebinar |
function |
Returns:
true or false
- Type
- Boolean
Events
onEmojiReactionReceived
- Description:
- Emoji reaction callback. This function is used to inform the user once received the reaction sent by others or user himself.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
sender_id |
Number | The user id of the reaction sender |
type |
Number | The type of the received reaction |
onEmojiReactionReceived
- Description:
- Emoji reaction callback. This function is used to inform the user once received the reaction sent by others or user himself.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
sender_id |
Number | The user id of the reaction sender |
type |
Number | The type of the received reaction |
onEmojiReactionReceivedInWebinar
- Description:
- Emoji reaction callback. This callback notifies the user when an emoji is received in the webinar.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
type |
Number | The type of the received reaction |
onEmojiReactionReceivedInWebinar
- Description:
- Emoji reaction callback. This callback notifies the user when an emoji is received in the webinar.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
type |
Number | The type of the received reaction |