# setAudioReceivingLevel
Description: set the volume level for a conference participant.
Request example:
{
"method" : "setAudioReceivingLevel",
"requestId" : "1",
"peerId" : "user1@some.server/21412ABF234",
"level" : 30
}
Response example:
{
"method": "setAudioReceivingLevel",
"requestId" : "1",
"result": true
}
Parameter description:
peerId
- the unique identifier of a user TrueConf ID. It is recommended to use those obtained from the methods: newParticipantInConference, getConferenceParticipants. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
level
— the selected volume levelrequestId
- a unique request identifier. You can learn more about it here.
See also: