# showVideoSlot
Description
Show the video window in the layout
Cannot be used when the hideNonVideoParticipants setting is enabled
void showVideoSlot(string sCallId)
Parameters
| Name | Description |
|---|---|
| sCallId | The unique identifier of the video slot in the layout that needs to be displayed. You should use those obtained from the methods: On_videoMatrixChanged, getVideoMatrix. |
Response example
{
"method" : "showVideoSlot",
"requestId" : "1",
"result" : true
}
Response Parameters
| Name | Description |
|---|---|
| requestId | A unique request identifier |
| result | A flag indicating whether the request was successful |
See also