NERtcCallKit for iOS
V3.1.0
载入中...
搜索中...
未找到
Param
NERtcInfo.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
8
9
@interface
NERtcInfo
: NSObject
10
12
@property
(nonatomic, strong) NSString *
channelName
;
13
15
@property
(nonatomic, strong) NSString *
token
;
16
18
@property
(nonatomic, assign)
long
channelId
;
19
20
@end
21
22
NS_ASSUME_NONNULL_END
NERtcInfo
定义
NERtcInfo.h:10
NERtcInfo::channelId
long channelId
rtc uid
定义
NERtcInfo.h:18
NERtcInfo::token
NSString * token
rtc token
定义
NERtcInfo.h:15
NERtcInfo::channelName
NSString * channelName
rtc 频道名
定义
NERtcInfo.h:12
制作者
1.12.0