mieszko4 / react-native-zoom-us

MIT License
126 stars 118 forks source link

noInvite,noTitlebar,noTextMeetingId,noTextPassword not working in ios #286

Closed ajayranga closed 10 months ago

ajayranga commented 1 year ago

noInvite,noTitlebar,noTextMeetingId,noTextPassword not working in ios These options are only working in android only

mieszko4 commented 1 year ago

Yes, these options are currently only implemented on Android.

ajayranga commented 1 year ago

Kindly at this in readme. As this will be ambiguous for users

mieszko4 commented 1 year ago

iOS/Android only fields are mentioned in https://github.com/mieszko4/react-native-zoom-us/blob/master/index.ts but I agree it would be great to have it written more strict. Ideally it would be great to have it integrated with typescript so that when I type function name then I see that the restriction.

ajayranga commented 1 year ago

@mieszko4 @jcamins @hans00 Is there any way to stop sharing meeting link in IOS just like android. Without using custom UI.

mialy commented 1 year ago

@ajayhcode Please stop tagging me.

ajayranga commented 1 year ago

@ajayhcode Please stop tagging me.

ok

ajayranga commented 1 year ago

@mieszko4 @jcamins @hans00 Is there any way to stop sharing meeting link in IOS just like android. Without using custom UI.

is there any way

mieszko4 commented 1 year ago

Not that I am aware of. If it is not in https://marketplacefront.zoom.us/sdk/meeting/ios/annotated.html then there is no way.

There is meetingInviteHidden but it is only for Custom UI image

mieszko4 commented 10 months ago

Related issue for custom iOS UI - https://github.com/mieszko4/react-native-zoom-us/issues/113