NIMNetCallNotificationContent Class Reference
| Inherits from | NIMNotificationContent : NSObject | 
|---|---|
| Declared in | NIMNetCallNotificationContent.h | 
  callType
	Call types
@property (nonatomic, assign) NIMNetCallType callTypeDiscussion
Call types
Declared In
NIMNetCallNotificationContent.h
  eventType
	Operation type
@property (nonatomic, assign) NIMNetCallEventType eventTypeDiscussion
Operation type
Declared In
NIMNetCallNotificationContent.h
  callID
	Call channel ID
@property (nonatomic, assign) UInt64 callIDDiscussion
Call channel ID
Declared In
NIMNetCallNotificationContent.h
  from
	Caller ID
@property (nonatomic, copy) NSString *fromDiscussion
Caller ID
Declared In
NIMNetCallNotificationContent.h
  timetag
	Start time
@property (nonatomic, assign) NSTimeInterval timetagDiscussion
Start time
Declared In
NIMNetCallNotificationContent.h
  duration
	Duration
@property (nonatomic, assign) NSTimeInterval durationDiscussion
Duration
Declared In
NIMNetCallNotificationContent.h
  members
	Members in the call
@property (nonatomic, strong) NSArray *membersDiscussion
Members in the call
Declared In
NIMNetCallNotificationContent.h
  extendMessage
	Extension field
@property (nonatomic, copy) NSString *extendMessageDiscussion
Extension field
Declared In
NIMNetCallNotificationContent.h