Remove Join Meeting button

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