mieszko4 / react-native-zoom-us

MIT License
126 stars 118 forks source link

noInvite is not working in Android #364

Open anazcodesap opened 3 months ago

anazcodesap commented 3 months ago

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

NJneeraj commented 6 days ago

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 commented 6 days ago

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 commented 4 days ago

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);

on which line number?