moveVideoSlotToMonitor
moveVideoSlotToMonitor
Description: Move a video slot to a separate monitor.
It doesn't work for monitors that have been added to the ignore list using the --ignore_monitor command line parameter when starting TrueConf Room API. Execution is also blocked if the settings sharedContentBehaviour with value 2 and moveActiveSpeakerToMonitor with value true are enabled (either together or separately).
Example:
{
"method": "moveVideoSlotToMonitor",
"requestId" : "1",
"callId": "user1@some.server/InstanceId",
"monitorIndex": 1
}Response example:
{
"method" : "moveVideoSlotToMonitor",
"requestId" : "1",
"result" : true
}Parameter description:
callId- the identifier of the slot that needs to be extracted. It is recommended to use those obtained from the methods: videoMatrixChanged, getVideoMatrix. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
monitorIndex— Monitor index.requestId- a unique request identifier. You can find more details about it here.
See also: