# changeCurrentMonitor
Description: move the VideoSDK/Room start window to the selected screen.
The monitor is set by its integer index in the system.
Request example:
{
"method" : "changeCurrentMonitor",
"requestId" : "1",
"monitorIndex" : 1
}
Response example:
{
"method" : "changeCurrentMonitor",
"requestId" : "1",
"result" : true
}
Parameter description:
monitorIndex
- index of the monitor to which VideoSDK/Room window should be moved. You can find a list of available monitors using the getMonitorsInfo command.requestId
is a unique identifier for the request. More about it can be found here
See also: