• Resolved narendrask

    (@narendrask)


    can it is possible to hide “Join Meeting via Zoom App” button in frontend many user click but they have not install zoom app.

    i write this code to hide but it not work

    .btn.btn-join-link.btn-join-via-app { display: none;}

    • This topic was modified 4 months ago by narendrask.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author CodeManas

    (@codemanas)

    Please go to Zoom > Settings > Settings tab
    and there you will find the option to disable join via browser.

    Thread Starter narendrask

    (@narendrask)

    I want to hide “Join Meeting via Zoom App” not “join via browser”

    Plugin Author CodeManas

    (@codemanas)

    @narendrask please try using the following code

    add_filter( 'vczoom_join_meeting_via_app_disable', '__return_true' );

    Either in your child theme or a custom plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.