onRemoteInvitationFailure property

(void Function(AgoraRtmRemoteInvitation invite, int? errorCode)?) onRemoteInvitationFailure
getter/setter pair

Callback to the caller: occurs when the life cycle of the outgoing call invitation ends in failure.

Implementation

void Function(AgoraRtmRemoteInvitation invite, int? errorCode)?
    onRemoteInvitationFailure;