pinUser
Less than 1 minute
pinUser
Description: Pin or unpin a participant in the video selector during the Automatic come to podium by VAD mode. v4.3.0+
Request example:
{
"method" : "pinUser",
"peerId" : "user@some.server/Abc556d8d5",
"isPinNeeded" : true,
"requestId" : "1"
}Response example:
{
"method" : "pinUser",
"requestId" : "1",
"result" : true
}Parameter description:
requestId- a unique request identifier. You can learn more about it here.peerId- the identifier of the user that should be pinnedisPinNeeded- a flag indicating the need to pin or unpin
See also: