NIMRtcCallRecordObject Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NIMMessageObject |
Declared in | NIMRtcCallRecordObject.h |
callType
通话类型,音频/视频
@property (nonatomic, assign) NIMRtcCallType callType
Discussion
通话类型,音频/视频
Declared In
NIMRtcCallRecordObject.h
channelID
频道ID
@property (nonatomic, copy) NSString *channelID
Discussion
频道ID
Declared In
NIMRtcCallRecordObject.h
callStatus
通话状态
@property (nonatomic, assign) NIMRtcCallStatus callStatus
Discussion
通话状态
Declared In
NIMRtcCallRecordObject.h
durations
时长Map {“accid1”: 10, “accid2”: 20}
@property (nonatomic, copy) NSDictionary<NSString*NSNumber*> *durations
Discussion
时长Map {“accid1”: 10, “accid2”: 20}
Declared In
NIMRtcCallRecordObject.h