# changeCurrentMonitor
Description: move the VideoSDK/Room start window to the selected screen.
The monitor is defined 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
— the index of the monitor to which the VideoSDK/Room window should be moved. You can find the list of available monitors using the getMonitorsInfo commandrequestId
— a unique request identifier. You can find more details about it here.
See also: