AgoraRtmCallDelegate Protocol Reference
Conforms to | NSObject |
---|---|
Declared in | AgoraRtmCallKit.h |
– rtmCallKit:localInvitationReceivedByPeer:
被叫已收到呼叫邀请
- (void)rtmCallKit:(AgoraRtmCallKit *_Nonnull)callKit localInvitationReceivedByPeer:(AgoraRtmLocalInvitation *_Nonnull)localInvitation
Parameters
callKit |
一个 RtmCallKit 对象。 |
---|---|
localInvitation |
一个 AgoraRtmLocalInvitation 对象。 |
Declared In
AgoraRtmCallKit.h
– rtmCallKit:localInvitationAccepted:withResponse:
被叫已接受呼叫邀请。
- (void)rtmCallKit:(AgoraRtmCallKit *_Nonnull)callKit localInvitationAccepted:(AgoraRtmLocalInvitation *_Nonnull)localInvitation withResponse:(NSString *_Nullable)response
Parameters
callKit |
一个 RtmCallKit 对象。 |
---|---|
localInvitation |
一个 AgoraRtmLocalInvitation 对象。 |
response |
被叫设置的响应信息。 |
Declared In
AgoraRtmCallKit.h
– rtmCallKit:localInvitationRefused:withResponse:
被叫已拒绝呼叫邀请。
- (void)rtmCallKit:(AgoraRtmCallKit *_Nonnull)callKit localInvitationRefused:(AgoraRtmLocalInvitation *_Nonnull)localInvitation withResponse:(NSString *_Nullable)response
Parameters
callKit |
一个 RtmCallKit 对象。 |
---|---|
localInvitation |
一个 AgoraRtmLocalInvitation 对象。 |
response |
被叫设置的响应信息。 |
Declared In
AgoraRtmCallKit.h
– rtmCallKit:localInvitationCanceled:
呼叫邀请已被取消。
- (void)rtmCallKit:(AgoraRtmCallKit *_Nonnull)callKit localInvitationCanceled:(AgoraRtmLocalInvitation *_Nonnull)localInvitation
Parameters
callKit |
一个 RtmCallKit 对象。 |
---|---|
localInvitation |
一个 AgoraRtmLocalInvitation 对象。 |
Declared In
AgoraRtmCallKit.h
– rtmCallKit:localInvitationFailure:errorCode:
呼叫邀请发送失败。
- (void)rtmCallKit:(AgoraRtmCallKit *_Nonnull)callKit localInvitationFailure:(AgoraRtmLocalInvitation *_Nonnull)localInvitation errorCode:(AgoraRtmLocalInvitationErrorCode)errorCode
Parameters
callKit |
一个 RtmCallKit 对象。 |
---|---|
localInvitation |
一个 AgoraRtmLocalInvitation 对象。 |
errorCode |
错误码。详见 AgoraRtmLocalInvitationErrorCode。 |
Declared In
AgoraRtmCallKit.h
– rtmCallKit:remoteInvitationReceived:
收到一个呼叫邀请。
- (void)rtmCallKit:(AgoraRtmCallKit *_Nonnull)callKit remoteInvitationReceived:(AgoraRtmRemoteInvitation *_Nonnull)remoteInvitation
Parameters
callKit |
一个 RtmCallKit 对象。 |
---|---|
remoteInvitation |
一个 AgoraRtmRemoteInvitation 对象。 |
Declared In
AgoraRtmCallKit.h
– rtmCallKit:remoteInvitationRefused:
拒绝呼叫邀请成功。
- (void)rtmCallKit:(AgoraRtmCallKit *_Nonnull)callKit remoteInvitationRefused:(AgoraRtmRemoteInvitation *_Nonnull)remoteInvitation
Parameters
callKit |
一个 RtmCallKit 对象。 |
---|---|
remoteInvitation |
一个 AgoraRtmRemoteInvitation 对象。 |
Declared In
AgoraRtmCallKit.h
– rtmCallKit:remoteInvitationAccepted:
接受呼叫邀请成功。
- (void)rtmCallKit:(AgoraRtmCallKit *_Nonnull)callKit remoteInvitationAccepted:(AgoraRtmRemoteInvitation *_Nonnull)remoteInvitation
Parameters
callKit |
一个 RtmCallKit 对象。 |
---|---|
remoteInvitation |
一个 AgoraRtmRemoteInvitation 对象。 |
Declared In
AgoraRtmCallKit.h
– rtmCallKit:remoteInvitationCanceled:
主叫已取消呼叫邀请。
- (void)rtmCallKit:(AgoraRtmCallKit *_Nonnull)callKit remoteInvitationCanceled:(AgoraRtmRemoteInvitation *_Nonnull)remoteInvitation
Parameters
callKit |
一个 RtmCallKit 对象。 |
---|---|
remoteInvitation |
一个 AgoraRtmRemoteInvitation 对象。 |
Declared In
AgoraRtmCallKit.h
– rtmCallKit:remoteInvitationFailure:errorCode:
来自对端的邀请失败。
- (void)rtmCallKit:(AgoraRtmCallKit *_Nonnull)callKit remoteInvitationFailure:(AgoraRtmRemoteInvitation *_Nonnull)remoteInvitation errorCode:(AgoraRtmRemoteInvitationErrorCode)errorCode
Parameters
callKit |
一个 RtmCallKit 对象。 |
---|---|
remoteInvitation |
一个 AgoraRtmRemoteInvitation 对象。 |
errorCode |
错误码。详见 AgoraRtmRemoteInvitationErrorCode。 |
Declared In
AgoraRtmCallKit.h