Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingService+Reaction.h
Go to the documentation of this file.
1//
2// MobileRTCMeetingService+Reaction.h
3// MobileRTC
4//
5// Created by Zoom Communications on 2020/12/3.
6// Copyright © Zoom Communications, Inc. All rights reserved.
7//
8
9#import <MobileRTC/MobileRTC.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
13
17@interface MobileRTCMeetingService (Reaction)
18
24
31- (MobileRTCSDKError)sendEmojiReaction:(MobileRTCEmojiReactionType)type;
32
38- (MobileRTCSDKError)sendEmojiFeedback:(MobileRTCEmojiFeedbackType)type;
39
45@end
46
47NS_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.