# acceptRequestCameraControl
Description: Allow a conference participant who sent a corresponding request to control of TrueConf Room camera remotely.
Example:
{
"method": "acceptRequestCameraControl",
"requestId" : "1",
"callId": "user@some.server/InstancePart"
}
Parameter description:
callId
- the identifier of the user (TrueConf ID) in the conference who is requesting remote camera control for TrueConf Room. It is advisable to use the ones that were obtained from the methods: requestCameraControlReceived, getIncomingCameraControlRequests, getAppState. 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
- rejectRequestCameraControl
- requestParticipantCameraControl
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- remotelyControlledCameraNotAvailableAnymore
- incomingRequestCameraControlAccepted
- requestCameraControlReceived
- incomingRequestCameraControlRejected
- requestCameraControlSent
- outgoingRequestCameraControlRejected
- outgoingRequestCameraControlAccepted