onRemoteInvitationReceived property

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

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

Implementation

void Function(RemoteInvitation remoteInvitation)? onRemoteInvitationReceived;