flutter_zoom_plugin icon indicating copy to clipboard operation
flutter_zoom_plugin copied to clipboard

How to bypass registration form during joining the zoom meeting

Open jaganpsjaganps opened this issue 4 years ago • 0 comments


name: Bug report about: Create a report to help us improve title: how to bypass the registration form on joining the meeting labels: '' assignees: ''


Your Environment

  • Plugin version:0.0.8
  • Platform: Android
  • OS version:
  • Device manufacturer / model:
  • Flutter info (flutter doctor):
  • Plugin config:
this.meetingOptions = new ZoomMeetingOptions(
        userId: userid,
        displayName: username,
        meetingId: meetingId,
        meetingPassword: meetingPwd,
        disableDialIn: "true",
        disableDrive: "true",
        disableInvite: "true",
        disableShare: "true",
        noAudio: "false",
        noDisconnectAudio: "false");

Expected Behavior

should not generate the user form on joining the zoom meeting

Actual Behavior

asks the user to enter username and email

Steps to Reproduce

1.no_webinar_register_dialog:true,

Context

i was trying to bypass the registration from the user joining the meeting

Debug logs

Logs
PASTE_YOUR_LOGS_HERE

jaganpsjaganps avatar Dec 08 '20 07:12 jaganpsjaganps