# removeVideoSlotFromMonitor
Description
Return a video slot from another monitor back to the common layout
void removeVideoSlotFromMonitor(int iMonitorIndex)
Parameters
| Name | Description |
|---|---|
| iMonitorIndex | The index of the monitor with the video slot that should be returned to the common layout |
Response example
{
"method" : "removeVideoSlotFromMonitor",
"requestId" : "1",
"result" : true
}
Response Parameters
| Name | Description |
|---|---|
| requestId | A unique request identifier |
| result | A flag indicating whether the request was successful |
See also