# rejectRequestCameraControl
Description: prohibit the remote control of the VideoSDK/Room camera.
Example:
{
"method": "rejectRequestCameraControl",
"requestId" : "1",
"callId": "user@some.server/InstancePart"
}
Response example:
{
"method" : "rejectRequestCameraControl",
"requestId" : "1",
"result" : true
}
Parameter description:
callId
- the unique identifier of a TrueConf ID user who sent the request to VideoSDK/Room. It is worth using those obtained from the methods: requestCameraControlReceived, getAppState, getIncomingCameraControlRequests. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
requestId
- a unique request identifier. You can learn more about it here.
See also:
- getAppState
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- requestParticipantCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- remotelyControlledCameraNotAvailableAnymore
- incomingRequestCameraControlAccepted
- requestCameraControlReceived
- incomingRequestCameraControlRejected
- requestCameraControlSent
- outgoingRequestCameraControlRejected
- outgoingRequestCameraControlAccepted