# monitorsInfoUpdated
Description: Notification coming after information about monitors changes: list, current index, etc.
Example:
{ "event": "monitorsInfoUpdated", "monitors": [ { "name": "PHL 275E1", "primary": true, "index": 0, "ignored": false, "geomMonitor": { "x": 0, "y": 0, "width": 2560, "height": 1440 }, "geomWork": { "x": 0, "y": 0, "width": 2560, "height": 1380 } }, { "name": "Generic PnP Monitor", "primary": false, "index": 1, "ignored": false, "geomMonitor": { "x": 2560, "y": 0, "width": 1920, "height": 1080 }, "geomWork": { "x": 2560, "y": 0, "width": 1920, "height": 1032 } } ], "currentMonitor": 0, "method": "event" }
Copied!
Parameter description:
name
— Monitor nameprimary
— Flag showing the priority of a monitorgeomMonitor
— Geometry of a monitorgeomWork
— Geometry of a monitor work areax
— screen x-coordinate in the virtual geometryy
— screen y-coordinate in the virtual geometrywidth
— the screen width specified in pixelsheight
— screen height specified in pixelsindex
— Monitor indexcurrentMonitor
— the index of the screen where the VideoSDK/Room window is displayedignored
- a flag indicating whether this screen was added to the ignored list using the command-line parameter --ignore_monitor when launching VideoSDK/Room
See also: