Web SDK Component View

Hi!
I’m using Zoom SDK with Component View and video component only shows 2 top buttons not the 4 that i saw in your example

This is my zoom init:

        .init({
          debug: true,
          zoomAppRoot: meetingElement,
          language: 'es-ES',
          customize: {
            video: {
              isResizable: false,
              viewSizes: {
                default: {
                  width: window.innerWidth - window.innerWidth / 3,
                  height: window.innerHeight - 200,
                },
              },
            },
            meetingInfo: [
              'topic',
              'host',
              'mn',
              'pwd',
              'telPwd',
              'invite',
              'participant',
              'dc',
              'enctype',
            ],
          },
        })

Version SDK 2.3.5

  • Device: Macbook Pro
  • OS: macOS 11
  • Browser: Chrome
  • Browser Version 100.0.4896.127 (x86_64)
1 Like

Hi, @Jotazo,

Welcome to the Developer Forum. Are you able to share a screenshot of the top buttons you are referring to? This will help identify what may be happening.

Thank you for reply!

This is the component i saw when i join as Host

And in your git example i saw this:

In my code i’ve installed via npm @zoomus/websdk vers 2.4.0

Thank you for the screenshots, that was helpful. For the top buttons to appear, you will need to make your web page Cross-Origin Isolated. Here is our guide with step-by-step instructions on this topic:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.