# On_enableAudioReceivingChanged

Description

The notification providing information about the changes in the audio reception from the interlocutor

EventHandler<string> On_enableAudioReceivingChanged

Response example

Response example

{
    "method": "event",
    "event": "enableAudioReceivingChanged",
    "peerId": "user1@some.server",
    "enable": false
}

Response Parameters

Name Description
peerId The unique identifier (TrueConf ID) of a user whose devices changed their state
enable Reception state:
• true - Audio reception is enabled
• false - Audio reception is disabled
Last Updated: 09/12/2025