# enableAudioReceivingChanged
Version: 4.1.0+
Description: the notification providing information about the changes in the audio reception from the interlocutor.
Example:
{
"method": "event",
"event": "enableAudioReceivingChanged",
"peerId": "user1@some.server",
"enable": false
}
Parameter description:
peerId
— the unique identifier (TrueConf ID) of a user whose devices changed their stateenable
— reception state:true
— audio reception is enabledfalse
— audio reception is disabled
See also: