onRemoteInvitationReceivedByPeer property

  1. @Deprecated('Use AgoraRtmCallManager.onRemoteInvitationReceivedByPeer instead of.')
void onRemoteInvitationReceivedByPeer=(void onRemoteInvitationReceivedByPeer(RemoteInvitation invite)?)

Implementation

@Deprecated(
    'Use AgoraRtmCallManager.onRemoteInvitationReceivedByPeer instead of.')
set onRemoteInvitationReceivedByPeer(
    void Function(RemoteInvitation invite)?
        onRemoteInvitationReceivedByPeer) {
  _callManager.onRemoteInvitationReceived = onRemoteInvitationReceivedByPeer;
}