On_videoSlotMovedToMonitor

TrueConf7/5/26Less than 1 minute

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

NameDescription
callIdUnique slot identifier
peerDnThe display name for a video window
monitorDisplayNameMonitor name
monitorIdxMonitor index (used in the API)
monitorIsPrimaryThe flag indicating if the monitor is selected as the main screen

See also

Last Updated: