# enableVideoReceivingChanged
Version: 4.1.0+
Description: a notification containing information about the change in the state of video reception from the interlocutor.
Example:
{
    "method": "event",
    "event": "enableVideoReceivingChanged",
    "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— video reception is enabled
- false— video reception is disabled
 
See also: