9#import <Foundation/Foundation.h>
12NS_ASSUME_NONNULL_BEGIN
47@property (nonatomic, copy) NSDictionary<NSString *, NSNumber *> *
durations;
NIMRtcCallType
Definition: NIMRtcCallRecordObject.h:14
@ NIMRtcCallTypeAudio
Definition: NIMRtcCallRecordObject.h:15
@ NIMRtcCallTypeVideo
Definition: NIMRtcCallRecordObject.h:16
NIMRtcCallStatus
Definition: NIMRtcCallRecordObject.h:19
@ NIMRtcCallStatusBusy
Definition: NIMRtcCallRecordObject.h:24
@ NIMRtcCallStatusRejected
Definition: NIMRtcCallRecordObject.h:22
@ NIMRtcCallStatusComplete
Definition: NIMRtcCallRecordObject.h:20
@ NIMRtcCallStatusTimeout
Definition: NIMRtcCallRecordObject.h:23
@ NIMRtcCallStatusCanceled
Definition: NIMRtcCallRecordObject.h:21
Definition: NIMRtcCallRecordObject.h:27
NIMRtcCallStatus callStatus
Definition: NIMRtcCallRecordObject.h:42
NSString * channelID
Definition: NIMRtcCallRecordObject.h:37
NSDictionary< NSString *, NSNumber * > * durations
Definition: NIMRtcCallRecordObject.h:47
NIMRtcCallType callType
Definition: NIMRtcCallRecordObject.h:32
Definition: NIMMessageObjectProtocol.h:20