5#import <Foundation/Foundation.h>
6#import <NERtcSDK/NERtcSDK.h>
10NS_ASSUME_NONNULL_BEGIN
15@property(nonatomic, strong) NSString *
accId;
18@property(nonatomic, strong, nullable) NSString *
extraInfo;
27@property(nonatomic, assign) NECallType
callType;
32- (instancetype)initWithAccId:(NSString *)accId withCallType:(NECallType)callType;
NSString * extraInfo
自定义信息
定义 NECallParam.h:18
NECallType callType
通话类型
定义 NECallParam.h:27
NSString * globalExtraCopy
全局抄送信息
定义 NECallParam.h:24
NSString * rtcChannelName
RTC房间号
定义 NECallParam.h:21
NECallPushConfig * pushConfig
推送配置
定义 NECallParam.h:30
NSString * accId
用户id
定义 NECallParam.h:15