# moveVideoSlotToMonitor

Description: Move a video slot to a separate monitor.

Does not work for monitors that have been added to the list of ignored monitors using the command line parameter --ignore_monitor when starting VideoSDK/Room.

Example:

{
    "method": "moveVideoSlotToMonitor",
    "requestId" : "1",
    "callId": "user1@some.server/InstanceId",
    "monitorIndex": 1
}

Response example:

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

Parameter description:

  • callId - identifier of the slot to be extracted. Use those obtained from the methods: videoMatrixChanged, [getVideoMatrix]. Applicability:

  • monitorIndex — Monitor index.

  • requestId - unique request identifier. More details can be found here

See also: