{
"volume": 0,
"vqe": {
"enableNoise": true,
"noiseLevelIndex": 0
},
"enableHalfDuplex": true
}
curl --location --request PUT 'https://192.168.88.11:9781/bvcsp/v1/pu/audio/in/config//' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"volume": 0,
"vqe": {
"enableNoise": true,
"noiseLevelIndex": 0
},
"enableHalfDuplex": true
}'
{
"code": 0,
"msg": "string"
}