On joining meeting the registration pop dialog is pushed

Description
When ever i try to join the meeting i get user to fill the registration but i have used the following code,
final MeetingService meetingService = zoomSDK.getMeetingService();

    JoinMeetingOptions opts = new JoinMeetingOptions();
    opts.no_invite = parseBoolean(options, "disableInvite", false);
    opts.no_share = parseBoolean(options, "disableShare", false);
    opts.no_driving_mode = parseBoolean(options, "disableDrive", false);
    opts.no_dial_in_via_phone = parseBoolean(options, "disableDialIn", false);
    opts.no_disconnect_audio = parseBoolean(options, "noDisconnectAudio", false);
    opts.no_audio = parseBoolean(options, "noAudio", false);
    opts.no_webinar_register_dialog = parseBoolean(options, "no_webinar_register_dialog", true);
    opts.onJoinWebinarNeedUserNameAndEmail = parseBoolean(options, "onJoinWebinarNeedUserNameAndEmail", true);

public void onJoinWebinarNeedUserNameAndEmail(InMeetingEventHandler inMeetingEventHandler) {

    for (CommonEvent event : callbacks) {
        event.onJoinWebinarNeedUserNameAndEmail(inMeetingEventHandler);
    }

    ///inMeetingEventHandler.setRegisterWebinarInfo("student", "test@example.com", true);
}

but still i am getting the same dialog box if the onwebinar option is set to false i am not able to connect to the class
Add any other context about the problem here.

Hi @jagan.ps, thanks for the post.

Can you please confirm that this behavior is present when using a hard-coded false value for no_webinar_register_dialog?

Thanks!

@jon.zoom yes it shows the meeting when I try to connect to the class its showing connecting but it doesn’t connect, and mainly I don’t want the user input for registration for joining the meeting, so how can I handle this process internally

Hi @jagan.ps,

Can you please provide a screenshot of the behavior you are describing so I can ensure I am understanding correctly?

Thanks!

@jon.zoom
This is what happens when the no_webinar_register_dialog is “true” and it doesn’t connect to the meeting,

@jon.zoom


This occurs when the no_webinar_register_dialog is"false" but I don’t want the registration form for these which i need a solution for it.

Hi @psjagan6,

The screenshots you have posted appear to contain Dart code. Am I correct in assuming that you are experiencing this issue in a Flutter project? If so, can you please let me know if you are able to reproduce this behavior in our sample app?

Thanks!

@jon.zoom hi ,we developing application in flutter though you guys don’t provide a plugin for flutter your marketing team still promotes they do provide it but we need a plugin for flutter tooo… Okay there is another issue now with iOS application hope I will get a proper solution for this
** BUILD FAILED **

Xcode’s output:

While building module ‘MobileRTC’ imported from
/Users/jaganps/Desktop/studentios/build/ios/Debug-iphonesimulator/flutter_zoom_plugin/flutter
_zoom_plugin.framework/Headers/flutter_zoom_plugin-Swift.h:193:
In file included from :1:
In file included from
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTC.h:12:
In file included from
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingService.h:11:
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:84:9: warning: parameter ‘displayName’ not found in
the function declaration [-Wdocumentation]
@param displayName User needs to provide screen name to join a meeting.
^~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:85:9: warning: parameter ‘password’ not found in
the function declaration [-Wdocumentation]
@param password User needs to provide meeting password to join a meeting.
^~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:86:9: warning: parameter ‘cancel’ not found in the
function declaration [-Wdocumentation]
@param cancel Once the user cancels to provide screen name or meeting password, it is
canceled to join the meeting.
^~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:239:2: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return currentPrivilege The chat privilege of the current attendee.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:254:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return UserID The ID of user whose audio status changes.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:288:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return The ID of user whose video is active at present.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:294:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return The ID of user whose video status changes.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:317:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return UserID of new speaker.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:323:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return The quality of the Video and the UserID.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:359:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return The ID of user who joins the meeting.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:365:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return The ID of user who leaves the meeting.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:371:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return The ID of user who raises hand.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:377:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return The ID of user who lowers hand.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:413:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return The user ID of presenter.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:420:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return The user ID of presenter.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:426:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return New size of the shared content and UserID
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:496:9: warning: parameter ‘questionID’ not found in
the function declaration [-Wdocumentation]
@param questionID The question ID.
^~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:496:9: note: did you mean ‘answerID’?
@param questionID The question ID.
^~~~~~~~~~
answerID
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:515:9: warning: parameter ‘order_changed’ not found
in the function declaration [-Wdocumentation]
@param order_changed order change
^~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:515:9: note: did you mean ‘orderChanged’?
@param order_changed order change
^~~~~~~~~~~~~
orderChanged
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:522:9: warning: parameter ‘order_changed’ not found
in the function declaration [-Wdocumentation]
@param order_changed order change
^~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:522:9: note: did you mean ‘orderChanged’?
@param order_changed order change
^~~~~~~~~~~~~
orderChanged
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:528:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return YES means that user can ask question anonymously, otherwise not.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:534:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return YES means that user can view all questions, otherwise not.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:540:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return YES means that the user can submit questions, otherwise not.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:546:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return YES means that user can answer question, otherwise not.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:558:9: warning: parameter ‘cancel’ not found in the
function declaration [-Wdocumentation]
@param cancel Cancel to join meeting if user does not provide screen name or meeting
password.
^~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:570:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return errorCode Promotion successful or error type.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:577:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return errorCode Demotion successful or error type.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:584:3: warning: ‘@return’ command used in a comment
that is attached to a method returning void [-Wdocumentation]
@return currentPrivilege The chat privilege of the current attendee.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:688:9: warning: parameter ‘supportCountryList,’ not
found in the function declaration [-Wdocumentation]
@param supportCountryList, privacyUrl, retrieveHandle
^~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:688:9: note: did you mean ‘supportCountryList’?
@param supportCountryList, privacyUrl, retrieveHandle
^~~~~~~~~~~~~~~~~~~
supportCountryList
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:694:9: warning: parameter ‘result,’ not found in
the function declaration [-Wdocumentation]
@param result, verifyHandle
^~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingDelegate.h:694:9: note: did you mean ‘result’?
@param result, verifyHandle
^~~~~~~
result
While building module ‘MobileRTC’ imported from
/Users/jaganps/Desktop/studentios/build/ios/Debug-iphonesimulator/flutter_zoom_plugin/flutter
_zoom_plugin.framework/Headers/flutter_zoom_plugin-Swift.h:193:
In file included from :1:
In file included from
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTC.h:14:
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingService+InMeeting.h:142:9: warning: parameter ‘sending,’ not
found in the function declaration [-Wdocumentation]
@param sending, if YES means that query sending data; if NO means that query receiving data
^~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingService+InMeeting.h:142:9: note: did you mean ‘sending’?
@param sending, if YES means that query sending data; if NO means that query receiving data
^~~~~~~~
sending
While building module ‘MobileRTC’ imported from
/Users/jaganps/Desktop/studentios/build/ios/Debug-iphonesimulator/flutter_zoom_plugin/flutter
_zoom_plugin.framework/Headers/flutter_zoom_plugin-Swift.h:193:
In file included from :1:
In file included from
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTC.h:20:
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingService+Webinar.h:44:9: warning: parameter ‘userId’ not found
in the function declaration [-Wdocumentation]
@param userId The ID of user to be allowed.
^~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingService+Webinar.h:44:9: note: did you mean ‘userID’?
@param userId The ID of user to be allowed.
^~~~~~
userID
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingService+Webinar.h:52:9: warning: parameter ‘userId’ not found
in the function declaration [-Wdocumentation]
@param userId The ID of user to be allowed
^~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingService+Webinar.h:52:9: note: did you mean ‘userID’?
@param userId The ID of user to be allowed
^~~~~~
userID
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingService+Webinar.h:83:9: warning: parameter ‘Enable’ not found
in the function declaration [-Wdocumentation]
@param Enable Enable/Disable to ask questions anonymously.
^~~~~~

/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingService+Webinar.h:125:9: warning: parameter ‘Enable’ not found
in the function declaration [-Wdocumentation]
@param Enable Allow/Disallow attendee to comment question.
^~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingService+Webinar.h:125:9: note: did you mean ‘enable’?
@param Enable Allow/Disallow attendee to comment question.
^~~~~~
enable

/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingService+Webinar.h:245:9: note: did you mean ‘answerContent’?
@param content question content.
^~~~~~~
answerContent
While building module ‘MobileRTC’ imported from
/Users/jaganps/Desktop/studentios/build/ios/Debug-iphonesimulator/flutter_zoom_plugin/flutter
_zoom_plugin.framework/Headers/flutter_zoom_plugin-Swift.h:193:
In file included from :1:
In file included from
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTC.h:21:
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingService+VirtualBackground.h:77:3: warning: duplicated command
@brief’ [-Wdocumentation]
@brief Will use the previous one for virtual background.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingService+VirtualBackground.h:76:3: note: previous command
@brief’ here
@brief Remove image item form image list.
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
While building module ‘MobileRTC’ imported from
/Users/jaganps/Desktop/studentios/build/ios/Debug-iphonesimulator/flutter_zoom_plugin/flutter
_zoom_plugin.framework/Headers/flutter_zoom_plugin-Swift.h:193:
In file included from :1:
In file included from
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTC.h:23:
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingSettings.h:182:9: warning: parameter ‘muted’ not found in the
function declaration [-Wdocumentation]
@param muted YES means enable, otherwise not.
^~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingSettings.h:188:9: warning: parameter ‘muted’ not found in the
function declaration [-Wdocumentation]
@param muted YES means successful, otherwise not.
^~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingSettings.h:188:9: note: did you mean ‘enable’?
@param muted YES means successful, otherwise not.
^~~~~
enable
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingSettings.h:260:9: warning: parameter ‘YES’ not found in the
function declaration [-Wdocumentation]
@param YES means speaker off, otherwise not
^~~

speakerOff
While building module ‘MobileRTC’ imported from
/Users/jaganps/Desktop/studentios/build/ios/Debug-iphonesimulator/flutter_zoom_plugin/flutter
_zoom_plugin.framework/Headers/flutter_zoom_plugin-Swift.h:193:
In file included from :1:
In file included from
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTC.h:25:
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCPremeetingService.h:89:9: warning: parameter ‘meetingNumber’ not
found in the function declaration [-Wdocumentation]
@param meetingNumber The meeting number in unsigned integer.
^~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCPremeetingService.h:89:9: note: did you mean ‘meetingUniquedID’?
@param meetingNumber The meeting number in unsigned integer.
^~~~~~~~~~~~~
meetingUniquedID
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCPremeetingService.h:97:9: warning: parameter ‘useremail’ not found in
the function declaration [-Wdocumentation]
@param useremail Set the email of user who will be the host of the scheduled meeting. If the
meeting is scheduled for user himself, it will pass nil or the email of user himself.
^~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCPremeetingService.h:97:9: note: did you mean ‘userEmail’?
@param useremail Set the email of user who will be the host of the scheduled meeting. If the
meeting is scheduled for user himself, it will pass nil or the email of user himself.
^~~~~~~~~
userEmail
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCPremeetingService.h:350:9: warning: parameter ‘enable’ not found in
the function declaration [-Wdocumentation]
@param enable YES means to enable language interpretation.
^~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCPremeetingService.h:384:9: warning: parameter
‘MobileRTCMeetingItemAudioType’ not found in the function declaration [-Wdocumentation]
@param MobileRTCMeetingItemAudioType The audio options in the meeting.
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCPremeetingService.h:384:9: note: did you mean ‘audioOption’?
@param MobileRTCMeetingItemAudioType The audio options in the meeting.
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
audioOption
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCPremeetingService.h:415:9: warning: parameter ‘off’ not found in the
function declaration [-Wdocumentation]
@param off YES means enabled, otherwise not.
^~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCPremeetingService.h:415:9: note: did you mean ‘on’?
@param off YES means enabled, otherwise not.
^~~
on
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCPremeetingService.h:421:9: warning: parameter ‘diain’ not found in
the function declaration [-Wdocumentation]
@param diain country object.
^~~~~

/Users/jaganps/Desktop/studentios/build/ios/Debug-iphonesimulator/flutter_zoom_plugin/flutter
_zoom_plugin.framework/Headers/flutter_zoom_plugin-Swift.h:193:
In file included from :1:
In file included from
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTC.h:31:
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCVideoView.h:39:9: warning: parameter ‘userId’ not found in the
function declaration [-Wdocumentation]
@param userId user’s video will be shown up.
^~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCVideoView.h:39:9: note: did you mean ‘userID’?
@param userId user’s video will be shown up.
^~~~~~
userID
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCVideoView.h:80:9: warning: parameter ‘userId’ not found in the
function declaration [-Wdocumentation]
@param userId user’s shared content will be shown up.
^~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCVideoView.h:80:9: note: did you mean ‘userID’?
@param userId user’s shared content will be shown up.
^~~~~~
userID
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCMeetingActionItem.h:32:3: warning: ‘@Class’ command should not be
used in a comment attached to a non-class declaration [-Wdocumentation]
@Class MobileRTCMeetingShareActionItem
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
While building module ‘MobileRTC’ imported from
/Users/jaganps/Desktop/studentios/build/ios/Debug-iphonesimulator/flutter_zoom_plugin/flutter
_zoom_plugin.framework/Headers/flutter_zoom_plugin-Swift.h:193:
In file included from :1:
In file included from
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTC.h:33:
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCAnnotationService.h:68:3: warning: ‘@Class’ command should not be
used in a comment attached to a non-class declaration [-Wdocumentation]
@Class MobileRTCAnnotationServiceDelegate
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
While building module ‘MobileRTC’ imported from
/Users/jaganps/Desktop/studentios/build/ios/Debug-iphonesimulator/flutter_zoom_plugin/flutter
_zoom_plugin.framework/Headers/flutter_zoom_plugin-Swift.h:193:
In file included from :1:
In file included from
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTC.h:35:
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCWaitingRoomService.h:19:3: warning: ‘@Class’ command should not be
used in a comment attached to a non-class declaration [-Wdocumentation]
@Class MobileRTCWaitingRoomServiceDelegate
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCWaitingRoomService.h:12:3: warning: ‘@Class’ command should not be
used in a comment attached to a non-class declaration [-Wdocumentation]
@Class MobileRTCWaitingRoomServiceDelegate
~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
While building module ‘MobileRTC’ imported from
/Users/jaganps/Desktop/studentios/build/ios/Debug-iphonesimulator/flutter_zoom_plugin/flutter
_zoom_plugin.framework/Headers/flutter_zoom_plugin-Swift.h:193:
In file included from :1:
In file included from
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTC.h:38:

/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCSMSService.h:30:9: note: did you mean ‘phoneNum’?
@param phoneNum, your phone number.
^~~~~~~~~
phoneNum
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCSMSService.h:50:9: warning: parameter ‘phoneNum,’ not found in the
function declaration [-Wdocumentation]
@param phoneNum, your phone number.
^~~~~~~~~

/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCSMSService.h:103:9: warning: parameter ‘countryCode,’ not found in
the function declaration [-Wdocumentation]
@param countryCode, the user account’s country code.
^~~~~~~~~~~~

/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra
mework/Headers/MobileRTCSMSService.h:104:9: warning: parameter ‘phoneNum,’ not found in the
function declaration [-Wdocumentation]
@param phoneNum, default phoen number.
^~~~~~~~~
/Users/jaganps/Desktop/studentios/ios/.symlinks/plugins/flutter_zoom_plugin/ios/MobileRTC.fra

()) -> () in SwiftFlutterZoomPlugin.o
" OBJC_CLASS $_MobileRTCMeetingStartParam4WithoutLoginUser", referenced from:
objc-class-ref in SwiftFlutterZoomPlugin.o
“_kMeetingParam_MeetingNumber”, referenced from:
flutter_zoom_plugin.ZoomView.joinMeeting(call: __C.FlutterMethodCall, result: (Any?) ->
()) -> () in SwiftFlutterZoomPlugin.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
warning: The iOS Simulator deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 8.0, but
the range of supported deployment target versions is 9.0 to 14.3.99. (in target
‘flutter_ui_mode_manager’ from project ‘Pods’)
warning: The iOS Simulator deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 8.0, but
the range of supported deployment target versions is 9.0 to 14.3.99. (in target
‘flutter_zoom_plugin’ from project ‘Pods’)
warning: The iOS Simulator deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 8.0, but
the range of supported deployment target versions is 9.0 to 14.3.99. (in target ‘wakelock’
from project ‘Pods’)
warning: The iOS Simulator deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 8.0, but
the range of supported deployment target versions is 9.0 to 14.3.99. (in target
‘video_player’ from project ‘Pods’)
warning: The iOS Simulator deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 8.0, but
the range of supported deployment target versions is 9.0 to 14.3.99. (in target
‘url_launcher’ from project ‘Pods’)
warning: The iOS Simulator deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 8.0, but
the range of supported deployment target versions is 9.0 to 14.3.99. (in target
‘shared_preferences’ from project ‘Pods’)
warning: The iOS Simulator deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 8.0, but
the range of supported deployment target versions is 9.0 to 14.3.99. (in target
‘path_provider’ from project ‘Pods’)
warning: The iOS Simulator deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 8.0, but
the range of supported deployment target versions is 9.0 to 14.3.99. (in target ‘fullscreen’
from project ‘Pods’)
warning: The iOS Simulator deployment target ‘IPHONEOS_DEPLOYMENT_TARGET’ is set to 8.0, but
the range of supported deployment target versions is 9.0 to 14.3.99. (in target
‘flutter_webview_plugin’ from project ‘Pods’)

Hi @psjagan6,

Can you please direct me towards where our marketing team is promoting that we support Flutter so that we can update that information?

Also, is this other issue you are encountering with iOS still in Flutter? If so, we will not be able to assist unless it is reproducible in a native app. If this is reproducible in a native iOS app, please post your issue to the #client-mobile-sdk:ios category so that the right people can assist you as quickly as possible. :slightly_smiling_face:

Thanks!

@jon.zoom

Hi @psjagan6, thanks for providing that link.

As mentioned in that post, the Flutter plugin is something that was created by a third party developer. For that reason, this plugin is not supported by Zoom. We hope to support Flutter in the future, but do not currently have a roadmap for when/if this will be added.

Thanks!