# 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:
peerId
- unique identifier of a user's TrueConf ID. It is recommended to use those that were obtained from methods: newParticipantInConference, [getConferenceParticipants]. Applicability:PeerId - not supported.
CallId - not supported
InstanceId - supported.
on
— the flag indicating if the device should be turned on or off. It can betrue
orfalse
requestId
- unique request identifier. More details can be found here
See also: