NIMSDK-iOS
载入中...
搜索中...
未找到
NIMRtcCallRecordObject类 参考

#import <NIMRtcCallRecordObject.h>

类 NIMRtcCallRecordObject 继承关系图:
<NIMMessageObject>

属性

NIMRtcCallType callType
 
NSString * channelID
 
NIMRtcCallStatus callStatus
 
NSDictionary< NSString *, NSNumber * > * durations
 
- 属性 继承自 <NIMMessageObject>
NIMMessagemessage
 
NIMQChatMessageqchatMessage
 

额外继承的成员函数

- 构造函数 继承自 <NIMMessageObject>
(NIMMessageType- type
 

属性说明

◆ callStatus

- (NIMRtcCallStatus) callStatus
readwritenonatomicassign

通话状态

◆ callType

- (NIMRtcCallType) callType
readwritenonatomicassign

通话类型,音频/视频

◆ channelID

- (NSString*) channelID
readwritenonatomiccopy

频道ID

◆ durations

- (NSDictionary<NSString *, NSNumber *>*) durations
readwritenonatomiccopy

时长Map {"accid1": 10, "accid2": 20}


该类的文档由以下文件生成: