getAudioReceivingLevel
Less than 1 minute
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:
peerId- a unique user identifier (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 current volume levelrequestId- a unique request identifier. You can find more details about it here.
See also: