# 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 state1
— folded (Minimized
)2
— full screen (Maximized
)
stayOnTop
— display on top of all windowstrue
false
See also: