NIMSignalingChannelInfo Class Reference

Inherits from NSObject
Declared in NIMSignalingResponse.h

Overview

Channel info

  channelType

Channel type (call type)

@property (nonatomic, assign) NIMSignalingChannelType channelType

Discussion

Channel type (call type)

Declared In

NIMSignalingResponse.h

  channelName

Channel name

@property (nonatomic, copy) NSString *channelName

Discussion

Channel name

Declared In

NIMSignalingResponse.h

  channelId

Uniqu channel ID generated on the server

@property (nonatomic, copy) NSString *channelId

Discussion

Uniqu channel ID generated on the server

Declared In

NIMSignalingResponse.h

  createTimeStamp

Creation time of a channel

@property (nonatomic, assign) uint64_t createTimeStamp

Discussion

Creation time of a channel

Declared In

NIMSignalingResponse.h

  expireTimeStamp

Expiration date of a channel

@property (nonatomic, assign) uint64_t expireTimeStamp

Discussion

Expiration date of a channel

Declared In

NIMSignalingResponse.h

  creatorId

The creator ID of a channel

@property (nonatomic, copy) NSString *creatorId

Discussion

The creator ID of a channel

Declared In

NIMSignalingResponse.h

  channelExt

Extension field

@property (nonatomic, copy) NSString *channelExt

Discussion

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 invalid

Discussion

Check the validity of a channel. NO: valid. YES: invalid. The default value is NO

Declared In

NIMSignalingResponse.h