onRemoteInvitationCanceled property

(void Function(RemoteInvitation remoteInvitation)?) onRemoteInvitationCanceled
getter/setter pair

Callback to the caller: occurs when the caller cancels a call invitation.

Implementation

void Function(RemoteInvitation remoteInvitation)? onRemoteInvitationCanceled;