Remove Join Meeting button

Description
We have upgraded zoom web client SDK from 1.7.9.1 to latest version. After upgrade we found that “JOIN” button to join the meeting. In our application , we are already having “JOIN” button. Can we directly join the meeting with out this screen>

Error
NA

Which Web Client SDK version?
1.9.5

To Reproduce(If applicable)
Downloaded sample application provided in GITHUB

Screenshots

Hi @aravinda.kalmadka,

To disable the preview, you should use the disablePreview parameter within your init function.

ZoomMtg.init({
    ...
    disablePreview: true
});

The full reference can be found here: https://marketplace.zoom.us/docs/sdk/native-sdks/web/reference

Thanks,
Alex

1 Like

Thanks @alexmayo!

Let us know if you have any questions @aravinda.kalmadka

Max

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.