# 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
- the unique identifier of a user TrueConf ID. It is recommended to use those obtained from the 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
- a unique request identifier. You can learn more about it here.
See also: