The Company name that you specify in your Developer Account is shown at the top of the console, unless the 'Show Screenleap Branding' presenter option is checked. You can further customize the appearance of the console using the 'Hide stop button', 'Hide pause button', and 'Hide screen toggle' options.
What is the expected behavior when setting the openWholeScreen, openInRectangleMode, and rectangle position (rectangleXPOs, rectangleYPos, rectangleWidth, and rectangleHeight) presenter options when creating a screen share through the API?
If you use OpenWholeScreen=true, the new screen share starts in entire screen regardless of last setting used.
If you only use openInRectangleMode=true, the new screen share starts in rectangle mode regardless of last setting used.
If you use both openWholeScreen=true and openInRectangleMode=true, the screen share starts in rectangle mode with a fully-maximized rectangle.
If you specify a rectangle position, the new screen share will start in rectangle mode with the rectangle position in the position specified. Setting a rectangle position implicitly implies openInRectangleMode=true.
If you use openWholeScreen=true and specify a rectangle position, it will start in rectangle mode with the specified coordinates.
If you use openWholeScreen=true, openInRectangleMode=true, and specify a rectangle position, it will launch in rectangle mode with the specified coordinates every time regardless of last setting used.