getVideoMute
Less than 1 minute
getVideoMute
Description: check if the video capture device is turned off.
Request example:
{
"method" : "getVideoMute",
"requestId" : "1"
}Response example:
{
"mute" : false,
"method" : "getVideoMute",
"requestId" : "1",
"result" : true
}Parameter description:
mute- the flag for the video capture device status,truemeans off, andfalsemeans on.requestId- a unique request identifier. You can find more details about it here.
See also: