NIMSignalingJoinChannelRequest Class Reference

Inherits from NSObject
Declared in NIMSignalingRequest.h

Overview

Request to join a channel

  channelId

Channel ID, required

@property (nonatomic, copy) NSString *channelId

Discussion

Channel ID, required

Declared In

NIMSignalingRequest.h

  customInfo

Custom info of a notification event transferred in a pass-through mode. Optional

@property (nullable, nonatomic, copy) NSString *customInfo

Discussion

Custom info of a notification event transferred in a pass-through mode. Optional

Declared In

NIMSignalingRequest.h

  uid

User ID, optional. If the current user is in the channel, the value must be greater than 0. If the ID becomes invalid, the server will assign a random uid.

@property (nonatomic, assign) uint64_t uid

Discussion

User ID, optional. If the current user is in the channel, the value must be greater than 0. If the ID becomes invalid, the server will assign a random uid.

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 offlineEnabled

Discussion

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