Zoom Component View not setting default view as gallery, no errors. Opens in ribbon view

Okay awesome, I’ll give this a try for speed sakes even though you can’t tell the magic is happening in the background., also as I am still working on this project for a client so I will make sure let yall know If I encounter any other properties that don’t work as intended.

Thanks for the response and glad to hear you guys are checking it out, are we only able to use this if we are are using TypeScript?

Edit found another issue, with the current code it doesn’t adjust the videoSizes, also tried putting it into a popper, and still wouldn’t work am I doing something wrong, as well as the placement isn’t working, do I need to be using TypeScript for the majority of these things to work

(Keep in mind I am using just regular js, no typescript.
Code:

    customize: {
      video: {
        isResizable: false,
        videoSizes: {
          default: {
            height: 1440,
            width: 720
          }
        },
        popper: {
          disableDraggable: true
        }
      },
      chat: {
        popper: {
          disableDraggable: true,
          placement: 'right-start' ** Doesn't work (Also tried PlacementType(I think is what it was called), and also didnt work in and outside popper) **
        }
      },
    }
  })