onLocalInvitationRefused property

(void Function(LocalInvitation localInvitation, String response)?) onLocalInvitationRefused
getter/setter pair

Callback to the caller: occurs when the caller declines the call invitation.

Implementation

void Function(LocalInvitation localInvitation, String response)?
    onLocalInvitationRefused;