|
Video SDK for Linux API Reference
|
Emoji reaction helper interface for sending emoji reactions in a session. More...
#include <zoom_video_sdk_emoji_reaction_helper_interface.h>
Public Member Functions | |
| virtual | ~IZoomVideoSDKEmojiReactionHelper () |
| virtual ZoomVideoSDKErrors | sendEmojiReaction (ZoomVideoSDKEmojiReactionType type)=0 |
| Sends an emoji reaction to all participants in the session. | |
Emoji reaction helper interface for sending emoji reactions in a session.
Definition at line 16 of file zoom_video_sdk_emoji_reaction_helper_interface.h.
|
inlinevirtual |
Definition at line 19 of file zoom_video_sdk_emoji_reaction_helper_interface.h.
|
pure virtual |
Sends an emoji reaction to all participants in the session.
| type | The emoji reaction type to send. See ZoomVideoSDKEmojiReactionType. |