# hideVideoSlot

Description: remove the video window from the layout.

Cannot be used when the hideNonVideoParticipants setting is enabled.

Request example:

{
    "method" : "hideVideoSlot",
    "requestId" : "1",
    "callId" : "user@some.server/InstancePart"
}

Response example:

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

Parameter description:

  • callId - the unique identifier of a video slot in the layout that needs to be hidden. It is advisable to use those obtained from the methods: videoMatrixChanged, getVideoMatrix. Applicability:

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

See also: