removeVideoSlotFromMonitor

TrueConf7/5/26Less than 1 minute

removeVideoSlotFromMonitor

Description

Return a video slot from another monitor back to the common layout

void removeVideoSlotFromMonitor(int iMonitorIndex)

Parameters

NameDescription
iMonitorIndexThe index of the monitor with the video slot that should be returned to the common layout

Response example

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

Response Parameters

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

See also

Last Updated: