showVideoSlot

TrueConf7/5/26Less than 1 minute

showVideoSlot

Description

Show the video window in the layout

Cannot be used when the hideNonVideoParticipants setting is enabled

void showVideoSlot(string sCallId)

Parameters

NameDescription
sCallIdThe 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

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: