enableAudioReceivingChanged

TrueConfLess than 1 minute

enableAudioReceivingChanged

Description: the notification providing information about the changes in the audio reception from the interlocutor. v4.1.0+

Example:

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

Parameter description:

  • peerId - the unique identifier of the user (TrueConf ID) whose equipment status has changed.

  • enable — reception state:

    • true — audio reception is enabled

    • false — audio reception is disabled

See also: