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