# 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 layoutrequestId
- unique request identifier. More details can be found here
See also: