onRemoteInvitationFailure property

(void Function(RemoteInvitation remoteInvitation, 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(RemoteInvitation remoteInvitation, int errorCode)?
    onRemoteInvitationFailure;