showVideoSlot

TrueConfLess than 1 minute

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"
}

Response example:

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

Parameter description:

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

  • requestId - a unique request identifier. You can find more details about it here.

See also: