# showVideoSlot

Description: show the video window in the layout.

Request example:

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

Response example:

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

Parameter description:

  • callId - unique identifier of a video slot in the layout that needs to be displayed. It's recommended to use ones obtained from methods: videoMatrixChanged, getVideoMatrix. Applicability:

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

See also: