# windowStateChanged

Description: the notification indicating that the VideoSDK/Room main window has changed its state.

Example:

{
    "event": "windowStateChanged",
    "windowState": 2,
    "stayOnTop": false,
    "method": "event"
}

Parameter description:

  • windowState — the window state

    • 1 — folded (Minimized)

    • 2 — full screen (Maximized)

  • stayOnTop — display on top of all windows

    • true

    • false

See also: