AgoraRtmLocalInvitation Class Reference

Inherits from NSObject
Declared in AgoraRtmCallKit.h

Overview

用于主叫的呼叫邀请内容。

  calleeId

被叫的用户 ID。

@property (nonatomic, copy, nonnull) NSString *calleeId

Declared In

AgoraRtmCallKit.h

  content

主叫设置的呼叫邀请内容。

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

Declared In

AgoraRtmCallKit.h

  response

被叫设置的呼叫邀请响应。

@property (nonatomic, copy, nullable, readonly) NSString *response

Declared In

AgoraRtmCallKit.h

  channelId

频道 ID。

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

Discussion

Note

如需与老信令 SDK 互通,你必须设置频道 ID。不过,即使当被叫接受呼叫邀请,呼叫邀请成功结束,Agora RTM SDK 也不会就加入指定频道。

Declared In

AgoraRtmCallKit.h

  state

呼叫邀请的状态。详见 AgoraRtmLocalInvitationState。

@property (nonatomic, assign, readonly) AgoraRtmLocalInvitationState state

Declared In

AgoraRtmCallKit.h

– initWithCalleeId:

初始化一个 AgoraRtmLocalInvitation 对象。

- (instancetype _Nonnull)initWithCalleeId:(NSString *_Nonnull)calleeId

Parameters

calleeId

被叫的用户 ID。

Return Value

AgoraRtmLocalInvitation 对象。

Declared In

AgoraRtmCallKit.h