onRemoteInvitationCanceled property

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

Implementation

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