package workspacesdk const ( // DesktopDisplayWidth is the default display width in pixels // used for computer-use desktop sessions. DesktopDisplayWidth = 1366 // DesktopDisplayHeight is the default display height in pixels // used for computer-use desktop sessions. DesktopDisplayHeight = 768 )