# hideVideoSlot

Description: remove the video window from the layout.

Request example:

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

Response example:

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

Parameter description:

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

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

See also: