How to disable invite user option in meeting?

Description
I was use api user join meeting. When I use customized UI, no_invite option setting is not work. how do I solve this problem?

public static JoinMeetingOptions getJoinMeetingOptions() {
    JoinMeetingOptions opts = new JoinMeetingOptions();
    fillMeetingOption(opts);
    opts.no_audio = meetingOptions.no_audio;
    opts.no_invite = true;
    opts.invite_options = InviteOptions.INVITE_DISABLE_ALL;
    return opts;
}

Which version?
v5.0.24437.0708 and v4.6.21666.0429 both have this problem.

Screenshots

Hi @Nathan_TY,

Thanks for the post. Yes, we have identified an issue with the information provided and we will fix this in the next release.

Thanks!

Hi Carson,
Any update or ETA on this?

Thanks
James

Hi @James, thanks for the post.

Are you still experiencing this issue? If so, can you please provide the version of the SDK you are using and any additional context (steps to reproduce, code snippets, screenshots, etc.)?

Thanks!

HI
I M ALSO FACING THIS PROBLEM,
1- PLZ GUIDE ME HOW TO DISABLE INVITE OPTION IN ZOOM BUSSINESS ACCOUNT.
2- HOW TO DISABLE PARTICIPENTS HIDE FROM OTHER PARTICIPENTS BUT HOST CAN SEE ALL OF THEM

THANKS
SAJID KHAN

Hi @sajidkhansst, thanks for using the dev forum.

Can you please confirm that you are experiencing this issue when integrating the Zoom SDK into your app and not with the Zoom client itself?

Thanks!