Video SDK for Linux API Reference
Loading...
Searching...
No Matches
IZoomVideoSDKEmojiReactionHelper Class Referenceabstract

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.

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~IZoomVideoSDKEmojiReactionHelper()

virtual IZoomVideoSDKEmojiReactionHelper::~IZoomVideoSDKEmojiReactionHelper ( )
inlinevirtual

Definition at line 19 of file zoom_video_sdk_emoji_reaction_helper_interface.h.

19{}

Member Function Documentation

◆ sendEmojiReaction()

virtual ZoomVideoSDKErrors IZoomVideoSDKEmojiReactionHelper::sendEmojiReaction ( ZoomVideoSDKEmojiReactionType type)
pure virtual

Sends an emoji reaction to all participants in the session.

Parameters
typeThe emoji reaction type to send. See ZoomVideoSDKEmojiReactionType.
Returns
If the function succeeds, the return value is ZoomVideoSDKErrors_Success. Otherwise, this function returns an error.