# getAudioReceivingLevel

Description: get the current volume level of a conference participant.

Request example:

{
    "method" : "getAudioReceivingLevel",
    "requestId" : "1",
    "peerId" : "user@some.server/InstancePart"
}

Response example:

{
    "method": "getAudioReceivingLevel",
    "requestId" : "1",
    "level": 30,
    "result": true
}

Parameter description:

See also: