Meeting SDK v5.11.1 JoinMeetingOptions "no_invite" is not working

Hi ,
I’m upgrading my Meeting SDK to the latest form v4.6 to v5.11 and everything works find except the fact that I can’t disable invite link . Below is my code, please have a look .

  MeetingService meetingService = mZoomSDK.getMeetingService();
        JoinMeetingOptions options = new JoinMeetingOptions();
        options.no_driving_mode = true;
        options.no_invite = true;


        options.meeting_views_options = MeetingViewsOptions.NO_TEXT_PASSWORD
                + MeetingViewsOptions.NO_TEXT_MEETING_ID
                + MeetingViewsOptions.NO_BUTTON_SHARE
                + MeetingViewsOptions.NO_BUTTON_MORE;

Hello, unfortunately this doesn’t work straight away, this no_invite setting as I understand it, only removes the invite button from the participant list.
I also need to urgently remove this from my app.

Yeah , I think this is a much have feature and I hope to hear soon from zoom staff. Although we can disable the copy feature we still need to hide it.

Found the implementation, check this out How to disable invite link