• Resolved hjuarez99cv

    (@hjuarez99cv)


    Hello, I am trying to hide the “Join Meeting via Zoom App” button on my webinar. Previously, I added this line of code to functions.php

    add_filter( 'vczoom_join_meeting_via_app_disable', '__return_true' );

    But this only works for meetings, not webinars. How can I adjust this to remove the button for webinars as well?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Deepen

    (@j_3rk)

    Hello there,

    It seems to be working in single pages for both webinars and meetings. Where is this is not working for you? Can you paste a screenshot?

    Thread Starter hjuarez99cv

    (@hjuarez99cv)

    I figured it out. If registration is enabled, it forces join via app to be shown. I assume this is because join via web does not work for registration-enabled meetings.

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