NIMSignalingCallRequest Class Reference
| Inherits from | NIMSignalingCreateChannelRequest : NSObject |
|---|---|
| Declared in | NIMSignalingRequest.h |
Overview
Call request combo for creating and joining a channel, and inviting a users to join the channel
uid
UID of the current user in the channel
@property (nonatomic, assign) uint64_t uidDiscussion
UID of the current user in the channel
Declared In
NIMSignalingRequest.h
accountId
Peer accid, the invitee account
@property (nonatomic, copy) NSString *accountIdDiscussion
Peer accid, the invitee account
Declared In
NIMSignalingRequest.h
requestId
Invitation unique identifier used to identify continuous calls, required. 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 *requestIdDiscussion
Invitation unique identifier used to identify continuous calls, required. 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 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
Extension field, optional
@property (nullable, nonatomic, copy) NSString *customInfoDiscussion
Extension field, optional
Declared In
NIMSignalingRequest.h
push
Extension field, optional
@property (nullable, nonatomic, strong) NIMSignalingPushInfo *pushDiscussion
Extension field, optional
Declared In
NIMSignalingRequest.h