moveVideoSlotToMonitor

TrueConf7/5/26Less than 1 minute

moveVideoSlotToMonitor

Description

Move a video slot to a separate monitor

Does not work for monitors that have been added to the ignore list using the command line parameter --ignore_monitor when launching TrueConf VideoSDK.

void moveVideoSlotToMonitor(string sCallId, int iMonitorIndex)

Parameters

NameDescription
sCallIdIdentifier of the slot to be removed. It is advisable to use those obtained from methods: On_videoMatrixChanged, getVideoMatrix
iMonitorIndexMonitor index

Response example

{
    "method" : "moveVideoSlotToMonitor",
    "requestId" : "1",
    "result" : true
}

Response Parameters

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

See also

Last Updated: