# 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 state

  • enable — reception state:

    • true — audio reception is enabled

    • false — audio reception is disabled

See also: