onLocalInvitationAccepted property

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

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

Implementation

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