Not able to set the zoom meeting window height / width on mac

Description
Not able to set the zoom meeting window height / width on mac using MeetingConfig_SetMeetingUIPos

Which version?
Electron: 5.0.2
Zoom-Electron-SDK: v4.4.55968.0904

To Reproduce(If applicable)
I’m calling zoomconfiguration.MeetingConfig_SetMeetingUIPos({left: ‘0’, top: ‘20’, hSelfWnd: ‘200’, hParent: ‘500’}).
I know the function is working because the left and top values are working, I am able to move the window around by using different values, but the height (hSelfWnd) and width (hParent) on mac does not change the size of the window regardless of what numbers I put for them.

it doesn’t look like the height and width parameters get used on mac.

meeting_config_service.mm

Is there another way to resize the zoom window ?

Hi thanh.thai,

Thanks for using Zoom SDK and thanks for the info. May I inquire the following info:

Looking forward to hearing from you. Thanks!

Hi Carson,

I’m working on setting up a windows environment to test this.
The demo app only uses left, top which as I mentioned works as expected, but the width and height parameters are ignored.

I think you can see here:


only the left and top values get used.

It does look like the width and height should be available though:

Hi thanh.thai,

Thanks for the reply. I will pass this info to our engineering team and get back to you as soon as possible.

Thanks!

Hi thanh.thai,

Thanks for the info. Really appreciate it. We will fix this issue in the upcoming release. Please follow our Github repo for updates.

Thanks!