5#import <Foundation/Foundation.h>
13@property(nonatomic, strong) NSString *
callId;
19@property(nonatomic, strong) NSArray<GroupCallMember *> *
calleeList;
22@property(nonatomic, strong) NSString *
groupId;
31@property(nonatomic, assign) NSInteger
joinMode;
NSInteger groupType
群类型
定义 NEGroupCallInfo.h:25
NSInteger startTimestamp
通话开始时间
定义 NEGroupCallInfo.h:34
NSInteger joinMode
加入模式,GroupJoinMode
定义 NEGroupCallInfo.h:31
NSArray< GroupCallMember * > * calleeList
被叫列表
定义 NEGroupCallInfo.h:19
NSInteger inviteMode
邀请模式,GroupInviteMode
定义 NEGroupCallInfo.h:28
NSString * extraInfo
自定义信息
定义 NEGroupCallInfo.h:37
NSString * callId
通话id
定义 NEGroupCallInfo.h:13
NSString * groupId
群id
定义 NEGroupCallInfo.h:22
GroupCallMember * callerInfo
主叫信息
定义 NEGroupCallInfo.h:16