Resize Embedded Zoom with Component View in 2.2.0

Description
I’m integrating zoom component view in a web application and everything is going well till now, but i could realize that we can drag the component, but not resize. I can’t find any options on docs for make the component large.
I’ve seen an equivalent topic that was posted here some time ago, but no solution: Resize Embedded Zoom with Component View in 2.0.1
The same thing happens in other famous forums about code, nobody is able to resize the component.

Can you help me? How can i resize programatically or manually the component?

Which Web Meeting SDK version?
2.2.0

Meeting SDK Code Snippets

client.init({
                    debug: true,
                    zoomAppRoot: meetingSDKElement,
                    language: 'pt-PT',
                    isSupportAV: true,
                    customize: {
                        meetingInfo: [
                            'topic',
                            'host',
                            'mn',
                            'pwd',
                            'telPwd',
                            'invite',
                            'participant',
                            'dc',
                            'enctype',
                        ],
                    },
                });

Device (please complete the following information):

  • OS: Debian 11
  • Google Chrome Version 98.0.4758.102 (Official Build) (64-bit)

Additional context
CSS styles does not work at #meetingSDKElement element.

@marcos.mendes,

Happy to help. We recently published several support articles on resizing and positioning component view. Here are the links for your reference, please check them out and let us know if you have any additional questions:

Positioning

Resizing

I see easily how this is used to initialize the size of the meeting window, but is there a way to resize dynamically based on parent component size? I am trying to make the Zoom meeting dynamically responsive with the rest of the page.

Any help would be most appreciated!