# removeVideoSlotFromMonitor

Description: return a video slot from another monitor back to the common layout.

Example:

{
    "method": "removeVideoSlotFromMonitor",
    "requestId" : "1",
    "monitorIndex": 1
}

Response example:

{
    "method" : "removeVideoSlotFromMonitor",
    "requestId" : "1",
    "result" : true
}

Parameter description:

  • monitorIndex — the index of the monitor with the video slot that should be returned to the common layout

  • requestId - a unique request identifier. You can learn more about it here.

See also: