decodedhealth / flutter_zoom_plugin

Flutter plugin for zoom
Apache License 2.0
125 stars 83 forks source link

hide meeting id #56

Open ahmed-mohsin opened 3 years ago

ahmed-mohsin commented 3 years ago

i want to hide meeting id and meeting passcode s there any chance to do that wthout modifyng sdks ?

JAGANPS commented 3 years ago

in the controller you can remove it and pass the string with valid hidden letters as requested

rahul69x commented 3 years ago

Hi JAGANPS, Where i can found controller? Can you please let me know? How can i pass hidden letters?

ayu8899 commented 2 years ago

Hi, I have added the following setting in ZoomView but seems not working

opts.meeting_views_options = MeetingViewsOptions.NO_TEXT_MEETING_ID + MeetingViewsOptions.NO_TEXT_PASSWORD;

Appreciate if anyone can help on hiding the meeting ID and Passcode in meeting view