NIMSignalingInviteRequest Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMSignalingRequest.h |
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
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
requestId
Invitation unique identifier used to identify continuous calls, required. Request ID must be specified by the inviter and is used for canceling, rejecting, or accepting invitations. 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 canceling, rejecting, or accepting invitations. 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
customInfo
Custom info of a notification event transferred in pass-through mode. Optional
@property (nullable, nonatomic, copy) NSString *customInfo
Discussion
Custom info of a notification event transferred in pass-through mode. Optional
Declared In
NIMSignalingRequest.h
push
Push info
@property (nonatomic, strong) NIMSignalingPushInfo *push
Discussion
Push info
Declared In
NIMSignalingRequest.h