# 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 VideoSDK/Room.
Example:
{ "method": "moveVideoSlotToMonitor", "requestId" : "1", "callId": "user1@some.server/InstanceId", "monitorIndex": 1 }
Copied!
Response example:
{ "method" : "moveVideoSlotToMonitor", "requestId" : "1", "result" : true }
Copied!
Parameter description:
callId
- identifier of the slot to be removed. It is advisable to use those obtained from methods: videoMatrixChanged, getVideoMatrix. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
monitorIndex
— Monitor index.requestId
- a unique request identifier. You can learn more about it here.
See also: