NIMSignalingCloseChannelRequest Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | NIMSignalingRequest.h |
channelId
Channel ID, required
@property (nonatomic, copy) NSString *channelIdDiscussion
Channel ID, required
Declared In
NIMSignalingRequest.h
offlineEnabled
Specify whether to store messages when a user gets offline, YES: enable offline storage. NO: disable offline storage. Optional. The default value is NO.
@property (nonatomic, assign) BOOL offlineEnabledDiscussion
Specify whether to store messages when a user gets offline, YES: enable offline storage. NO: disable offline storage. Optional. The default value is NO.
Declared In
NIMSignalingRequest.h
customInfo
Custom info of a notification event transferred in a pass-through mode. Optional
@property (nullable, nonatomic, copy) NSString *customInfoDiscussion
Custom info of a notification event transferred in a pass-through mode. Optional
Declared In
NIMSignalingRequest.h