NERtcCallKit for iOS V3.1.0
载入中...
搜索中...
未找到
NERtcCallKitJoinChannelEvent.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
7NS_ASSUME_NONNULL_BEGIN
8
9@interface NERtcCallKitJoinChannelEvent : NSObject
10
12@property(nonatomic, copy) NSString *accid;
13
15@property(nonatomic, assign) uint64_t uid;
16
18@property(nonatomic, assign) uint64_t cid;
19
21@property(nonatomic, copy) NSString *cname;
22
23@end
24
25NS_ASSUME_NONNULL_END
定义 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