NEMeetingKit V4.11.0
载入中...
搜索中...
未找到
NEMeetingKitConfig.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>
7NS_ASSUME_NONNULL_BEGIN
8
12@interface NEMeetingKitConfig : NSObject
13
17@property(nonatomic, copy) NSString *appKey;
18
22@property(nonatomic, copy) NSString *appName;
23
29@property(nonatomic, assign) BOOL useAssetServerConfig;
30
34@property(nonatomic, copy) NSString *broadcastAppGroup;
35
39@property(nonatomic, copy) NSString *scheme;
40
44@property(nonatomic, strong) NSDictionary<NSString *, id> *extras;
45
49@property(nonatomic, assign) NEMeetingLanguage language;
53@property(nonatomic, copy) NSString *serverUrl;
54
58@property(nonatomic, copy) NSString *corpCode;
59
63@property(nonatomic, copy) NSString *corpEmail;
64
68@property(nonatomic, copy) NSString *apnsCerName;
69
70@end
71
72NS_ASSUME_NONNULL_END
NEMeetingLanguage
定义 NEMeetingKitHeader.h:23
定义 NEMeetingKitConfig.h:13
NSString * apnsCerName
定义 NEMeetingKitConfig.h:68
NSString * corpEmail
定义 NEMeetingKitConfig.h:63
NSString * appKey
定义 NEMeetingKitConfig.h:17
NSString * scheme
定义 NEMeetingKitConfig.h:39
NSString * corpCode
定义 NEMeetingKitConfig.h:58
BOOL useAssetServerConfig
定义 NEMeetingKitConfig.h:29
NEMeetingLanguage language
定义 NEMeetingKitConfig.h:49
NSString * serverUrl
定义 NEMeetingKitConfig.h:53
NSString * appName
定义 NEMeetingKitConfig.h:22
NSString * broadcastAppGroup
定义 NEMeetingKitConfig.h:34
NSDictionary< NSString *, id > * extras
定义 NEMeetingKitConfig.h:44