NIMNetCallNotificationContent Class Reference
| Inherits from | NIMNotificationContent : NSObject | 
|---|---|
| Declared in | NIMNetCallNotificationContent.h | 
  callType
	网络通话类型
@property (nonatomic, assign) NIMNetCallType callTypeDiscussion
网络通话类型
Declared In
NIMNetCallNotificationContent.h
  eventType
	操作类型
@property (nonatomic, assign) NIMNetCallEventType eventTypeDiscussion
操作类型
Declared In
NIMNetCallNotificationContent.h
  callID
	call channel ID
@property (nonatomic, assign) UInt64 callIDDiscussion
call channel ID
Declared In
NIMNetCallNotificationContent.h
  from
	呼叫方 ID
@property (nonatomic, copy) NSString *fromDiscussion
呼叫方 ID
Declared In
NIMNetCallNotificationContent.h
  timetag
	发起时间
@property (nonatomic, assign) NSTimeInterval timetagDiscussion
发起时间
Declared In
NIMNetCallNotificationContent.h
  duration
	时长
@property (nonatomic, assign) NSTimeInterval durationDiscussion
时长
Declared In
NIMNetCallNotificationContent.h
  members
	参与通话成员
@property (nonatomic, strong) NSArray *membersDiscussion
参与通话成员
Declared In
NIMNetCallNotificationContent.h
  extendMessage
	扩展字段
@property (nonatomic, copy) NSString *extendMessageDiscussion
扩展字段
Declared In
NIMNetCallNotificationContent.h