# requestParticipantCameraControl
Description: request the remote control of a participant’s camera in a video call
or group conference
.
Available only to moderators. In a role-based conference
or video lecture
the request can be directed only to the participants who are currently on the podium.
Example:
{
"method": "requestParticipantCameraControl",
"requestId" : "1",
"callId": "user@some.server/InstancePart"
}
Response example:
{
"method" : "requestParticipantCameraControl",
"requestId" : "1",
"result" : true
}
Parameter description:
callId
- identifier of the user with whom remote camera control is requested via TrueConf ID. It is recommended to use those IDs that were obtained from the methods: newParticipantInConference, getAppState, getConferenceParticipants. Applicability:PeerId - not supported.
CallId - not supported
InstanceId - supported.
requestId
- unique request identifier. More details can be found here
See also:
- getAppState
- getConferenceParticipants
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- rejectRequestCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- remotelyControlledCameraNotAvailableAnymore
- incomingRequestCameraControlAccepted
- requestCameraControlReceived
- incomingRequestCameraControlRejected
- requestCameraControlSent
- outgoingRequestCameraControlRejected
- outgoingRequestCameraControlAccepted
- newParticipantInConference