# setAudioReceivingLevel

Description

Set the volume level for a conference participant

void setAudioReceivingLevel(string sPeerId, int iLevel)

Parameters

Name Description
sPeerId TrueConf ID unique user identifie
iLevel The selected volume level

Response example

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

Response Parameters

Name Description
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025