Skip to content

Instantly share code, notes, and snippets.

@digamber89
Last active February 25, 2022 06:35
Show Gist options
  • Save digamber89/790262760224183e7f73bb8034cd18a7 to your computer and use it in GitHub Desktop.
Save digamber89/790262760224183e7f73bb8034cd18a7 to your computer and use it in GitHub Desktop.
Disable Join via App Zoom
<?php
//disable join via app
add_filter('vczoom_join_meeting_via_app_disable','__return_true');
//disable join via browser - browser notices
add_filter('vczapi_api_bypass_notice','__return_true');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment