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