NIMSignalingCloseChannelRequest Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | NIMSignalingRequest.h | 
  channelId
	频道id,必填
@property (nonatomic, copy) NSString *channelIdDiscussion
频道id,必填
Declared In
NIMSignalingRequest.h
  offlineEnabled
	是否存离线,YES表示存离线,NO表示不存离线,非必填,默认为NO
@property (nonatomic, assign) BOOL offlineEnabledDiscussion
是否存离线,YES表示存离线,NO表示不存离线,非必填,默认为NO
Declared In
NIMSignalingRequest.h
  customInfo
	通知事件额外字段,非必填 (操作者附加的自定义信息,透传给其他人)
@property (nullable, nonatomic, copy) NSString *customInfoDiscussion
通知事件额外字段,非必填 (操作者附加的自定义信息,透传给其他人)
Declared In
NIMSignalingRequest.h