Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKEmojiReactionHelper Class Reference

Emoji reaction helper interface for sending emoji reactions in a session. More...

#include <ZoomVideoSDKEmojiReactionHelper.h>

Inherits NSObject.

Instance Methods

(ZoomVideoSDKError- sendEmojiReaction:
 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 14 of file ZoomVideoSDKEmojiReactionHelper.h.

Method Documentation

◆ sendEmojiReaction:

- (ZoomVideoSDKError) sendEmojiReaction: (ZoomVideoSDKEmojiReactionType) type

Sends an emoji reaction to all participants in the session.

Parameters
typeThe emoji reaction type to send.
Returns
If the function succeeds, it returns Errors_Success. Otherwise, this function returns an error.