AgoraRtmCallKit Class Reference

Inherits from NSObject
Declared in AgoraRtmCallKit.h

  rtmKit

AgoraRtmKit 对象。

@property (atomic, readonly, weak, nullable) AgoraRtmKit *rtmKit

Declared In

AgoraRtmCallKit.h

  callDelegate

AgoraRtmCallDelegate 接口类用于向 App 返回回调通知。

@property (nonatomic, weak, nullable) id<AgoraRtmCallDelegate> callDelegate

Declared In

AgoraRtmCallKit.h

– sendLocalInvitation:completion:

发送呼叫邀请给对端。

- (void)sendLocalInvitation:(AgoraRtmLocalInvitation *_Nonnull)localInvitation completion:(AgoraRtmLocalInvitationSendBlock _Nullable)completion

Parameters

localInvitation

一个 AgoraRtmLocalInvitation 对象。

completion

一个 AgoraRtmLocalInvitationSendBlock 对象。

Declared In

AgoraRtmCallKit.h

– cancelLocalInvitation:completion:

取消给对方的呼叫邀请。

- (void)cancelLocalInvitation:(AgoraRtmLocalInvitation *_Nonnull)localInvitation completion:(AgoraRtmLocalInvitationCancelBlock _Nullable)completion

Parameters

localInvitation

一个 AgoraRtmLocalInvitation 对象。

completion

一个 AgoraRtmLocalInvitationCancelBlock 对象。

Declared In

AgoraRtmCallKit.h

– acceptRemoteInvitation:completion:

接受来自对方的呼叫邀请。

- (void)acceptRemoteInvitation:(AgoraRtmRemoteInvitation *_Nonnull)remoteInvitation completion:(AgoraRtmRemoteInvitationAcceptBlock _Nullable)completion

Parameters

remoteInvitation

一个 AgoraRtmRemoteInvitation 对象。

completion

一个 AgoraRtmRemoteInvitationAcceptBlock 对象。

Declared In

AgoraRtmCallKit.h

– refuseRemoteInvitation:completion:

拒绝来自对方的呼叫邀请。

- (void)refuseRemoteInvitation:(AgoraRtmRemoteInvitation *_Nonnull)remoteInvitation completion:(AgoraRtmRemoteInvitationRefuseBlock _Nullable)completion

Parameters

remoteInvitation

一个 AgoraRtmRemoteInvitation 对象。

completion

一个 AgoraRtmRemoteInvitationRefuseBlock 对象。

Declared In

AgoraRtmCallKit.h