NIMRtcCallRecordObject Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NIMMessageObject |
Declared in | NIMRtcCallRecordObject.h |
callType
Call types, audio call or video call
@property (nonatomic, assign) NIMRtcCallType callType
Discussion
Call types, audio call or video call
Declared In
NIMRtcCallRecordObject.h
channelID
Channel ID
@property (nonatomic, copy) NSString *channelID
Discussion
Channel ID
Declared In
NIMRtcCallRecordObject.h
callStatus
Call status
@property (nonatomic, assign) NIMRtcCallStatus callStatus
Discussion
Call status
Declared In
NIMRtcCallRecordObject.h
durations
Duration Map {“accid1”: 10, “accid2”: 20}
@property (nonatomic, copy) NSDictionary<NSString*NSNumber*> *durations
Discussion
Duration Map {“accid1”: 10, “accid2”: 20}
Declared In
NIMRtcCallRecordObject.h