Open anazcodesap opened 3 months 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.
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);
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?
noInvite: true is not working in Android
I am trying to hide the invite option in the Zoom.
every key works except noInvite.