hideVideoSlot
Less than 1 minute
hideVideoSlot
Description: remove the video window from the layout.
Cannot be used when the hideNonVideoParticipants setting is enabled.
Request example:
{
"method" : "hideVideoSlot",
"requestId" : "1",
"callId" : "user@some.server/InstancePart"
}Response example:
{
"method" : "hideVideoSlot",
"requestId" : "1",
"result" : true
}Parameter description:
callId- a unique identifier of the video slot in the video layout that needs to be hidden. It should be one obtained from the methods: videoMatrixChanged, getVideoMatrix. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
requestId- a unique request identifier. You can find more details about it here.
See also: