On_enableVideoReceivingChanged

TrueConf7/5/26Less than 1 minute

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

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

See also

Last Updated: