Viewing 1 replies (of 1 total)
  • Plugin Author Deepen

    (@j_3rk)

    @teamscopun

    If you mean on the join via browser page then do following:

    add_filter('vczapi_api_bypass_lang', function($lang) {
        return false;
    });

    This above should remove the language dropdown and only enable “English” as default

Viewing 1 replies (of 1 total)
  • The topic ‘how to remove meeting Language Dropdown box’ is closed to new replies.