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

