# enableVideoReceiving

Description: enables or disables the reception of video from a meeting participant.

Request example:

{
    "method" : "enableVideoReceiving",
    "requestId" : "1",
    "peerId" : "user@some.server/InstancePart",
    "enable" : false
}

Response example:

{
    "method" : "enableVideoReceiving",
    "requestId" : "1",
    "result" : true
}

Parameter description:

See also: