NERtcCallKit for iOS V3.1.0
载入中...
搜索中...
未找到
GroupCallResult.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#import "NEGroupCallInfo.h"
7#import "NEGroupInfo.h"
8NS_ASSUME_NONNULL_BEGIN
9
10@interface GroupBaseResult : NSObject
11
13@property(nonatomic, assign) NSInteger code;
14
15@end
16
18
20@property(nonatomic, strong) NSString *callId;
21
23@property(nonatomic, assign) NSInteger callerUid;
24
26@property(nonatomic, assign) NSInteger startTimestamp;
27
29@property(nonatomic, assign) uint64_t channelId;
30
31@end
32
34
36@property(nonatomic, strong) NSString *callId;
37
39@property(nonatomic, assign) NSInteger reason;
40
41@end
42
44
46@property(nonatomic, strong) NEGroupCallInfo *groupCallInfo;
47
49@property(nonatomic, assign) uint64_t channelId;
50
51@end
52
54
56@property(nonatomic, strong) NSString *callId;
57
58@end
59
61
63@property(nonatomic, strong) NEGroupCallInfo *groupCallInfo;
64
66@property(nonatomic, assign) uint64_t channelId;
67
68@end
69
71
73@property(nonatomic, strong) NEGroupInfo *groupCallInfo;
74
75@end
76
78
80@property(nonatomic, strong) NSString *callId;
81
83@property(nonatomic, strong) GroupCallMember *callerInfo;
84
86@property(nonatomic, strong) NSArray<GroupCallMember *> *calleeList;
87
88@end
89
90NS_ASSUME_NONNULL_END
定义 GroupCallResult.h:44
定义 GroupCallResult.h:11
NSInteger code
错误码
定义 GroupCallResult.h:13
定义 GroupCallMember.h:9
定义 GroupCallResult.h:18
定义 GroupCallResult.h:34
定义 GroupCallResult.h:54
定义 GroupCallResult.h:61
定义 GroupCallResult.h:71
定义 GroupCallResult.h:78
定义 NEGroupCallInfo.h:11
定义 NEGroupInfo.h:11