• Having the following issues:

    1. We can embed the zoom video without issue. When people join, especially on mobile, they can’t join via audio and have issues with video. The settings are correct to allow users to join with audio first muted. We tried an option to not mute but they can;t use audio properly.

    2. How do we enable it so that just the host is full screen, presenting? We want to make sure the screen is just the person presenting.

    3. When a meeting is over, the embed window shows the homepage…it should not show anything.

    4. Is there a way to get rid of the browser information that displays before a meeting? We just want the screen to show username and login.

    5. The mobile experience is not fully responsive or easy to follow. The dial-in information overlays the screen and makes it hard to get into the meeting. Is there a better solution for the mobile view?

    • This topic was modified 4 years, 8 months ago by coolhand71.
Viewing 1 replies (of 1 total)
  • Plugin Author Deepen

    (@j_3rk)

    @coolhand71

    1. Past the “Name and Password” screen it’s all coming from WebSDK which this plugin does not have any control over. Except for the styling. So, this might be an issue with Zoom WebSDK. Since, they have released with version 1.7.9 recently, new plugin update with webSDK 1.7.9 is coming so maybe that’ll fix it. This might take some time however, because the implementation is a bit different than the current one.

    2. That you’ll have to figure out with Zoom official support.

    3. You can change this using by adding below code to your functions.php file

    add_filter('vczapi_api_redirect_join_browser', function() { return 'https://yoursiteurl.com/page'; });

    Replace “https://yoursiteurl.com/page” to where you want it to redirect after the meeting.

    4. You can hide that with CSS display none property.

    5. Will follow this and will see what i can do with this.

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple Issues that need resolution’ is closed to new replies.