5#import <Foundation/Foundation.h>
12@property(nonatomic, copy) NSString *
accid;
15@property(nonatomic, assign) uint64_t
uid;
18@property(nonatomic, assign) uint64_t
cid;
21@property(nonatomic, copy) NSString *
cname;
定义 NERtcCallKitJoinChannelEvent.h:10
uint64_t uid
音视频用户id
定义 NERtcCallKitJoinChannelEvent.h:15
uint64_t cid
音视频channelId
定义 NERtcCallKitJoinChannelEvent.h:18
NSString * cname
音视频channelName
定义 NERtcCallKitJoinChannelEvent.h:21
NSString * accid
IM userID
定义 NERtcCallKitJoinChannelEvent.h:12