# On_enableVideoReceivingChanged

Description

A notification containing information about the change in the state of video reception from the interlocutor

EventHandler<string> On_enableVideoReceivingChanged

Response example

{
    "method": "event",
    "event": "enableVideoReceivingChanged",
    "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 - Video reception is enabled
• false - Video reception is disabled

See also

Last Updated: 09/12/2025