iOS SDK 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 Video Communications on 2020/12/3.
6// Copyright © 2020 Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <MobileRTC/MobileRTC.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
13
14@interface MobileRTCMeetingService (Reaction)
15
21
29- (MobileRTCMeetError)sendEmojiReaction:(MobileRTCEmojiReactionType)type reactionSkinTone:(MobileRTCEmojiReactionSkinTone)skinTone DEPRECATED_MSG_ATTRIBUTE("Use -sendEmojiReaction: instead");
30
37- (MobileRTCMeetError)sendEmojiReaction:(MobileRTCEmojiReactionType)type;
38
39@end
40
41NS_ASSUME_NONNULL_END
MobileRTCMeetError
MobileRTCMeetError An enumeration of Meeting States.
MobileRTCEmojiReactionType
emoji reacion type.
MobileRTCEmojiReactionSkinTone
emoji reaction skin tone.
BOOL isEmojiReactionEnabled()
Determine if the Reaction feature is enabled.