# 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 the TrueConf ID user who sent a request to VideoSDK/Room. It is recommended to use those that were obtained from the methods: requestCameraControlReceived, getAppState, [getIncomingCameraControlRequests]. Applicability:PeerId - not supported.
CallId - not supported
InstanceId - supported.
requestId
- unique request identifier. More details can be found here
See also:
- getAppState
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- requestParticipantCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- remotelyControlledCameraNotAvailableAnymore
- incomingRequestCameraControlAccepted
- requestCameraControlReceived
- incomingRequestCameraControlRejected
- requestCameraControlSent
- outgoingRequestCameraControlRejected
- outgoingRequestCameraControlAccepted