Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKEmojiReactionHelper Class Reference

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

#include <ZMVideoSDKEmojiReactionHelper.h>

Inherits NSObject.

Instance Methods

(ZMVideoSDKErrors- 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 15 of file ZMVideoSDKEmojiReactionHelper.h.

Method Documentation

◆ sendEmojiReaction:

- (ZMVideoSDKErrors) sendEmojiReaction: (ZMVideoSDKEmojiReactionType) 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 ZMVideoSDKErrors_Success. Otherwise, this function returns an error.