onRemoteInvitationReceivedByPeer property

(void Function(AgoraRtmRemoteInvitation invite)?) onRemoteInvitationReceivedByPeer
getter/setter pair

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

Implementation

void Function(AgoraRtmRemoteInvitation invite)?
    onRemoteInvitationReceivedByPeer;