onLocalInvitationReceivedByPeer property

  1. @Deprecated('Use AgoraRtmCallManager.onLocalInvitationReceivedByPeer instead of.')
void onLocalInvitationReceivedByPeer=(dynamic onLocalInvitationReceivedByPeer(LocalInvitation invite)?)

Implementation

@Deprecated(
    'Use AgoraRtmCallManager.onLocalInvitationReceivedByPeer instead of.')
set onLocalInvitationReceivedByPeer(
    Function(LocalInvitation invite)? onLocalInvitationReceivedByPeer) {
  _callManager.onLocalInvitationReceivedByPeer =
      onLocalInvitationReceivedByPeer;
}