AgoraRtmLocalInvitation Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | AgoraRtmCallKit.h |
calleeId
User ID of the callee.
@property (nonatomic, copy, nonnull) NSString *calleeIdDeclared In
AgoraRtmCallKit.h
content
The call invitation content set by the caller.
@property (nonatomic, copy, nullable) NSString *contentDeclared In
AgoraRtmCallKit.h
response
The callee’s response to the incoming call invitation.
@property (nonatomic, copy, nullable, readonly) NSString *responseDeclared In
AgoraRtmCallKit.h
channelId
The channel ID.
@property (nonatomic, copy, nullable) NSString *channelIdDiscussion
NOTE
To intercommunicate with the legacy Agora Signaling SDK, you MUST set the channel ID. However, even if the callee successfully accepts the call invitation, the Agora RTM SDK does not join the channel of the specified channel ID.
Declared In
AgoraRtmCallKit.h
state
The state of the outgoing call invitation. See AgoraRtmLocalInvitationState.
@property (nonatomic, assign, readonly) AgoraRtmLocalInvitationState stateDeclared In
AgoraRtmCallKit.h
– initWithCalleeId:
Creates an AgoraRtmLocalInvitation instance.
- (instancetype _Nonnull)initWithCalleeId:(NSString *_Nonnull)calleeIdParameters
calleeId |
uid of the callee. |
|---|
Return Value
An AgoraRtmLocalInvitation instance.
Declared In
AgoraRtmCallKit.h
