hideVideoSlot

TrueConf7/5/26Less than 1 minute

hideVideoSlot

Description

Remove the video window from the layout

Cannot be used when the hideNonVideoParticipants setting is enabled

void hideVideoSlot(string sCallId)

Parameters

NameDescription
sCallIdThe unique identifier of a video slot in the layout that needs to be hidden. It is advisable to use those obtained from the methods: On_videoMatrixChanged, getVideoMatrix

Response example

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

Response Parameters

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

See also

Last Updated: