# showVideoSlot
Description: show the video window in the layout.
Cannot be used when the hideNonVideoParticipants
setting is enabled.
Request example:
{ "method" : "showVideoSlot", "requestId" : "1", "callId" : "user@some.server/InstancePart" }
Copied!
Response example:
{ "method" : "showVideoSlot", "requestId" : "1", "result" : true }
Copied!
Parameter description:
callId
- the unique identifier of the video slot in the layout that needs to be displayed. You should use those obtained from the methods: videoMatrixChanged, getVideoMatrix. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
requestId
- a unique request identifier. You can learn more about it here.
See also: