setAudioReceivingLevel
Less than 1 minute
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- a unique identifier for the 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 find more details about it here.
See also: