enableVideoReceivingChanged
Less than 1 minute
enableVideoReceivingChanged
Description: A notification containing information about the change in the status of receiving video from the interlocutor. v4.1.0+
Example:
{
"method": "event",
"event": "enableVideoReceivingChanged",
"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— video reception is enabledfalse— video reception is disabled
See also: