changeCurrentMonitor

TrueConf7/5/26Less than 1 minute

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

NameDescription
iMonitorIndexThe 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

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: