# hideVideoSlot

Description

Remove the video window from the layout

Cannot be used when the hideNonVideoParticipants setting is enabled

void hideVideoSlot(string sCallId)

Parameters

Name Description
sCallId 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: On_videoMatrixChanged, getVideoMatrix

Response example

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

Response Parameters

Name Description
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025