# 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:

  • requestId - unique request identifier. More details can be found here

See also: