NIMSignalingAcceptRequest Class Reference

Inherits from NSObject
Declared in NIMSignalingRequest.h

Overview

Accept an invite request

  channelId

Channel ID, required

@property (nonatomic, copy) NSString *channelId

Discussion

Channel ID, required

Declared In

NIMSignalingRequest.h

  accountId

The invitee, required

@property (nonatomic, copy) NSString *accountId

Discussion

The invitee, required

Declared In

NIMSignalingRequest.h

  requestId

Invitation unique identifier used to identify continuous calls, required. Request ID must be specified by the inviter and is used for the request_id in the respose. The length of the identifier must be less than 128 characters, and a parameter error will be thrown if the length exceeds the upper limit

@property (nonatomic, copy) NSString *requestId

Discussion

Invitation unique identifier used to identify continuous calls, required. Request ID must be specified by the inviter and is used for the request_id in the respose. The length of the identifier must be less than 128 characters, and a parameter error will be thrown if the length exceeds the upper limit

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

  acceptCustomInfo

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

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

Discussion

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

Declared In

NIMSignalingRequest.h

  autoJoin

Specify whether to automatically join a group. By default, automatic joining is disabled. If the setting is enabled, the uid and join_custom_info parameters are valid

@property (nonatomic, assign) BOOL autoJoin

Discussion

Specify whether to automatically join a group. By default, automatic joining is disabled. If the setting is enabled, the uid and join_custom_info parameters are valid

Declared In

NIMSignalingRequest.h

  uid

The uid of the current user 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

The uid of the current user 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

  joinCustomInfo

Custom extension field for joining a channel, Other members in the channel will get notified of the information in the notification for joining a channel

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

Discussion

Custom extension field for joining a channel, Other members in the channel will get notified of the information in the notification for joining a channel

Declared In

NIMSignalingRequest.h