# moveVideoSlotToMonitor
Description
Move a video slot to a separate monitor
Does not work for monitors that have been added to the ignore list using the command line parameter --ignore_monitor when launching TrueConf VideoSDK.
void moveVideoSlotToMonitor(string sCallId, int iMonitorIndex)
Parameters
| Name | Description |
|---|---|
| sCallId | Identifier of the slot to be removed. It is advisable to use those obtained from methods: On_videoMatrixChanged, getVideoMatrix |
| iMonitorIndex | Monitor index |
Response example
{
"method" : "moveVideoSlotToMonitor",
"requestId" : "1",
"result" : true
}
Response Parameters
| Name | Description |
|---|---|
| requestId | A unique request identifier |
| result | A flag indicating whether the request was successful |
See also