removeVideoSlotFromMonitor

TrueConfLess than 1 minute

removeVideoSlotFromMonitor

Description: return the video slot from another monitor back to the main video layout. This action is blocked if the settings sharedContentBehaviour is set to 2 and moveActiveSpeakerToMonitor is set to true (both together or individually).

Example:

{
    "method": "removeVideoSlotFromMonitor",
    "requestId" : "1",
    "monitorIndex": 1
}

Response example:

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

Parameter description:

  • monitorIndex — the index of the monitor with the video slot that should be returned to the common layout

  • requestId - a unique request identifier. You can find more details about it here.

See also: