# acceptRequestCameraControl
Description: Allow a conference participant who sent a corresponding request to control of VideoSDK/Room camera remotely.
Example:
{
"method": "acceptRequestCameraControl",
"requestId" : "1",
"callId": "user@some.server/InstancePart"
}
Parameter description:
callId
- user identifier (TrueConf ID) of the conference who requests remote camera control for VideoSDK/Room. It is recommended to use those that have been obtained from methods: requestCameraControlReceived, getIncomingCameraControlRequests, getAppState. Applicability:PeerId - not supported.
CallId - not supported
InstanceId - supported.
requestId
- unique request identifier. More details can be found here
See also:
- getAppState
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- rejectRequestCameraControl
- requestParticipantCameraControl
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- remotelyControlledCameraNotAvailableAnymore
- incomingRequestCameraControlAccepted
- requestCameraControlReceived
- incomingRequestCameraControlRejected
- requestCameraControlSent
- outgoingRequestCameraControlRejected
- outgoingRequestCameraControlAccepted