# 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
- getAppState
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- requestParticipantCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- On_remotelyControlledCameraNotAvailableAnymore
- On_incomingRequestCameraControlAccepted
- On_requestCameraControlReceived
- On_incomingRequestCameraControlRejected
- On_requestCameraControlSent
- On_outgoingRequestCameraControlAccepted
- On_outgoingRequestCameraControlRejected