# getAudioReceivingLevel
Description
Get the current volume level of a conference participant
void getAudioReceivingLevel(string sPeerId)
Parameters
| Name | Description |
|---|---|
| sPeerId | Unique user identifier (TrueConf ID). It is recommended to use those obtained from the methods: On_newParticipantInConference, getConferenceParticipants |
Response example
{
"method": "getAudioReceivingLevel",
"requestId" : "1",
"level": 30,
"result": true
}
Response Parameters
| Name | Description |
|---|---|
| level | The current volume level |
| requestId | A unique request identifier |
| result | A flag indicating whether the request was successful |
See also