How to fix the position and size of the Zoom meeting window after joining a meeting?

I wanna fixate the position and size of Zoom meeting window to a specified number, e.g., (0,0)-(300,250). Now I have to do it manually using mouse drag each time I join a meeting. Is there any settings in Zoom or tricks like system registry entry to automate this screen layout? Thanks.

I’m using Windows 10 PC on intel Core i7.

Hey @zzzhhh,

Thanks for using the dev forum!

Are you using the Zoom Windows SDK or the Zoom Windows Application?

Thanks!
Michael

Thanks for using the dev forum!

Are you using the Zoom Windows SDK or the Zoom Windows Application?

Thanks!
Michael

both

Hey @zzzhhh,

You can use the WinAPI function SetWindowPos function (winuser.h) - Win32 apps | Microsoft Docs to manually set the size and placement of the window.

Thanks!
Michael

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