Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingService+Reaction.h
Go to the documentation of this file.
1
6#import <MobileRTC/MobileRTC.h>
7
8NS_ASSUME_NONNULL_BEGIN
9
10
14@interface MobileRTCMeetingService (Reaction)
15
21
28- (MobileRTCSDKError)sendEmojiReaction:(MobileRTCEmojiReactionType)type;
29
35- (MobileRTCSDKError)sendEmojiFeedback:(MobileRTCEmojiFeedbackType)type;
36
42@end
43
44NS_ASSUME_NONNULL_END
MobileRTCSDKError
Enumeration of SDK error.
MobileRTCEmojiFeedbackType
Enumeration of emoji feedback types.
MobileRTCEmojiReactionType
Enumeration of available emoji reaction types. For more information, please visit https://support....
BOOL isEmojiReactionEnabled()
Determine if the Reaction feature is enabled.
MobileRTCSDKError cancelEmojiFeedback()
Cancel the emoji feedback.