# rejectRequestCameraControl

Description

Prohibit the remote control of the TrueConf VideoSDK camera

void rejectRequestCameraControl()

Response example

{
    "method" : "rejectRequestCameraControl",
    "requestId" : "1",
    "result" : true
}

Response Parameters

Name Description
callId The unique identifier of a TrueConf ID user who sent the request to TrueConf VideoSDK. It is worth using those obtained from the methods: On_requestCameraControlReceived, getAppState, getIncomingCameraControlRequests
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025