onRemoteInvitationFailure

最近更新时间:2022-09-20 05:17:40


flutter void RtmCallEventListener.onRemoteInvitationFailure         ({
    RemoteInvitation    remoteInvitation,
    int                 errorCode 
});

返回给被叫:来自主叫的呼叫邀请进程失败。

参数

remoteInvitation一个 RemoteInvitation 对象。

errorCode错误码。详见 RemoteInvitationErrorCode

Implementation

RtmCallEventListener.onRemoteInvitationFailure