On_enableAudioReceivingChanged

TrueConf7/5/26Less than 1 minute

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

NameDescription
peerIdThe unique identifier (TrueConf ID) of a user whose devices changed their state
enableReception state:
• true - Audio reception is enabled
• false - Audio reception is disabled
Last Updated: