Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

How to bypass registration form during joining the zoom meeting #55

Open
jaganpsjaganps opened this issue Dec 8, 2020 · 0 comments
Open

Comments

@jaganpsjaganps
Copy link


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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant