# On_videoSlotMovedToMonitor
Description
The notification indicating that a video window has been moved to a different monitor
EventHandler<string> On_videoSlotMovedToMonitor
Response example
{
"callId": "SlideShowSlot",
"peerDn": "Slide 1/20",
"monitorDisplayName": "Generic PnP Monitor (Intel(R) HD Graphics 4600)",
"monitorIdx": 1,
"monitorIsPrimary": false,
"event": "videoSlotMovedToMonitor",
"method": "event"
}
Response Parameters
| Name | Description |
|---|---|
| callId | Unique slot identifier |
| peerDn | The display name for a video window |
| monitorDisplayName | Monitor name |
| monitorIdx | Monitor index (used in the API) |
| monitorIsPrimary | The flag indicating if the monitor is selected as the main screen |
See also