onLocalInvitationReceivedByPeer property

(void Function(LocalInvitation localInvitation)?) onLocalInvitationReceivedByPeer
getter/setter pair

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

Implementation

void Function(LocalInvitation localInvitation)?
    onLocalInvitationReceivedByPeer;