flutter_zoom_plugin icon indicating copy to clipboard operation
flutter_zoom_plugin copied to clipboard

hide meeting id

Open ahmed-mohsin opened this issue 4 years ago • 3 comments

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

ahmed-mohsin avatar Jan 06 '21 01:01 ahmed-mohsin

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

JAGANPS avatar Jan 16 '21 08:01 JAGANPS

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

rahul69x avatar Jun 18 '21 10:06 rahul69x

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

ayu8899 avatar Dec 24 '21 09:12 ayu8899