void RtmCallEventListener.onRemoteInvitationFailure ({
RemoteInvitation remoteInvitation,
int errorCode
});
flutter
返回给被叫:来自主叫的呼叫邀请进程失败。
参数
remoteInvitation
一个 RemoteInvitation 对象。
errorCode
错误码。详见 RemoteInvitationErrorCode。
Implementation
RtmCallEventListener.onRemoteInvitationFailure