getAudioReceivingLevel

TrueConf7/5/26Less than 1 minute

getAudioReceivingLevel

Description

Get the current volume level of a conference participant

void getAudioReceivingLevel(string sPeerId)

Parameters

NameDescription
sPeerIdUnique 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

NameDescription
levelThe current volume level
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: