NIMSignalingChannelInfo Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NIMSignalingResponse.h |
channelType
Channel type (call type)
@property (nonatomic, assign) NIMSignalingChannelType channelTypeDiscussion
Channel type (call type)
Declared In
NIMSignalingResponse.h
channelName
Channel name
@property (nonatomic, copy) NSString *channelNameDiscussion
Channel name
Declared In
NIMSignalingResponse.h
channelId
Uniqu channel ID generated on the server
@property (nonatomic, copy) NSString *channelIdDiscussion
Uniqu channel ID generated on the server
Declared In
NIMSignalingResponse.h
createTimeStamp
Creation time of a channel
@property (nonatomic, assign) uint64_t createTimeStampDiscussion
Creation time of a channel
Declared In
NIMSignalingResponse.h
expireTimeStamp
Expiration date of a channel
@property (nonatomic, assign) uint64_t expireTimeStampDiscussion
Expiration date of a channel
Declared In
NIMSignalingResponse.h
creatorId
The creator ID of a channel
@property (nonatomic, copy) NSString *creatorIdDiscussion
The creator ID of a channel
Declared In
NIMSignalingResponse.h
channelExt
Extension field
@property (nonatomic, copy) NSString *channelExtDiscussion
Extension field
Declared In
NIMSignalingResponse.h
invalid
Check the validity of a channel. NO: valid. YES: invalid. The default value is NO
@property (nonatomic, assign) BOOL invalidDiscussion
Check the validity of a channel. NO: valid. YES: invalid. The default value is NO
Declared In
NIMSignalingResponse.h