# removeVideoSlotFromMonitor
Description: return the video slot from another monitor back to the overall video layout. Execution is blocked when the settings sharedContentBehaviour
are set to 2
and moveActiveSpeakerToMonitor
is set to true
, either 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 layoutrequestId
- a unique request identifier. You can learn more about it here.
See also: