# changeCurrentMonitor
Description
Move the TrueConf VideoSDK start window to the selected screen
The monitor is defined by its integer index in the system
void changeCurrentMonitor(int iMonitorIndex)
Parameters
Name | Description |
---|---|
iMonitorIndex | The index of the monitor to which the TrueConf VideoSDK window should be moved. You can find the list of available monitors using the getMonitorsInfo command |
Response example
{
"method" : "changeCurrentMonitor",
"requestId" : "1",
"result" : true
}
Response Parameters
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also