NEMeetingKit
V4.11.0
载入中...
搜索中...
未找到
NEMeetingKit
ExportHeaders
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
7
NS_ASSUME_NONNULL_BEGIN
9
@interface
NEMeetingChatroomConfig
: NSObject
11
@property
(nonatomic, assign) BOOL
enableFileMessage
;
13
@property
(nonatomic, assign) BOOL
enableImageMessage
;
14
@end
15
16
NS_ASSUME_NONNULL_END
NEMeetingChatroomConfig
聊天室配置
定义
NEMeetingChatroomConfig.h:10
NEMeetingChatroomConfig::enableImageMessage
BOOL enableImageMessage
是否发送/接收图片消息
定义
NEMeetingChatroomConfig.h:13
NEMeetingChatroomConfig::enableFileMessage
BOOL enableFileMessage
是否发送/接收文件消息
定义
NEMeetingChatroomConfig.h:11
制作者
1.12.0