Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

noInvite is not working in Android #364

Open
anazcodesap opened this issue Aug 20, 2024 · 3 comments
Open

noInvite is not working in Android #364

anazcodesap opened this issue Aug 20, 2024 · 3 comments

Comments

@anazcodesap
Copy link

anazcodesap commented Aug 20, 2024

noInvite: true is not working in Android

I am trying to hide the invite option in the Zoom.

Screenshot from 2024-08-20 18-18-48

every key works except noInvite.
noInvite

@anazcodesap anazcodesap changed the title noInvite: true is not working in Android noInvite is not working in Android Aug 21, 2024
@NJneeraj
Copy link

Any updates on this issue?I am facing the same problem..When I keep the invite link pressed it copies the link to clipboard with the password also.Either fix the noInvite issue...Or don't let users copy it..Fix it please.

@anazcodesap
Copy link
Author

Add the below line in node_modules/react-native-zoom-us/android/src/main/java/ch/milosz/reactnative/RNZoomUsModule.java for hiding the meeting url in zoom

  ZoomSDK.getInstance().getZoomUIService().hideMeetingInviteUrl(true);

@NJneeraj
Copy link

NJneeraj commented Nov 21, 2024

Add the below line in node_modules/react-native-zoom-us/android/src/main/java/ch/milosz/reactnative/RNZoomUsModule.java for hiding the meeting url in zoom

  ZoomSDK.getInstance().getZoomUIService().hideMeetingInviteUrl(true);

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants