9#import <Foundation/Foundation.h>
13NS_ASSUME_NONNULL_BEGIN
53@property (nonatomic,assign) UInt64
callID;
57@property (nonatomic,copy) NSString *
from;
61@property (nonatomic,assign) NSTimeInterval
timetag;
65@property (nonatomic,assign) NSTimeInterval
duration;
70@property (nonatomic,strong) NSArray *
members;
NIMNetCallType
Definition: NIMGlobalDefs.h:67
NIMNetCallEventType
Definition: NIMNetCallNotificationContent.h:18
@ NIMNetCallEventTypeBill
Definition: NIMNetCallNotificationContent.h:30
@ NIMNetCallEventTypeNoResponse
Definition: NIMNetCallNotificationContent.h:22
@ NIMNetCallEventTypeMiss
Definition: NIMNetCallNotificationContent.h:26
@ NIMNetCallEventTypeReject
Definition: NIMNetCallNotificationContent.h:34
Definition: NIMNetCallNotificationContent.h:42
NIMNetCallType callType
Definition: NIMNetCallNotificationContent.h:45
NSArray * members
Definition: NIMNetCallNotificationContent.h:70
NSString * extendMessage
Definition: NIMNetCallNotificationContent.h:75
NSTimeInterval duration
Definition: NIMNetCallNotificationContent.h:65
NIMNetCallEventType eventType
Definition: NIMNetCallNotificationContent.h:49
UInt64 callID
Definition: NIMNetCallNotificationContent.h:53
NSTimeInterval timetag
Definition: NIMNetCallNotificationContent.h:61
NSString * from
Definition: NIMNetCallNotificationContent.h:57
Definition: NIMNotificationContent.h:46