NEMeetingKit V4.11.0
载入中...
搜索中...
未找到
NEMeetingChatroomConfig.h
浏览该文件的文档.
1// Copyright (c) 2022 NetEase, Inc. All rights reserved.
2// Use of this source code is governed by a MIT license that can be
3// found in the LICENSE file.
4
5#import <Foundation/Foundation.h>
6
7NS_ASSUME_NONNULL_BEGIN
9@interface NEMeetingChatroomConfig : NSObject
11@property(nonatomic, assign) BOOL enableFileMessage;
13@property(nonatomic, assign) BOOL enableImageMessage;
14@end
15
16NS_ASSUME_NONNULL_END
聊天室配置
定义 NEMeetingChatroomConfig.h:10
BOOL enableImageMessage
是否发送/接收图片消息
定义 NEMeetingChatroomConfig.h:13
BOOL enableFileMessage
是否发送/接收文件消息
定义 NEMeetingChatroomConfig.h:11