onRemoteInvitationAccepted property

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

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

Implementation

void Function(RemoteInvitation remoteInvitation)? onRemoteInvitationAccepted;