# turnRemoteCamera

Description: enable or disable the video capture device of a participant in a group conference.

The command can be executed only by the owner, operator, or moderator of the current group conference.

Request example:

{
    "method" : "turnRemoteCamera",
    "requestId" : "1",
    "peerId" : "user@some.server/InstanceId",
    "on" : false
}

Response example:

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

Parameter description:

See also: