changeCurrentMonitor

TrueConfLess than 1 minute

changeCurrentMonitor

Description: move the main TrueConf Room API window to the specified monitor.

The monitor is specified using 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 TrueConf Room API window should be moved. You can retrieve the list of available monitors using the getMonitorsInfo command.

  • requestId — a unique request identifier. You can learn more about it here.

See also: