# incomingRequestCameraControlAccepted
Description: notification received after VideoSDK/Room grants remote camera control permission to a participant (following their corresponding request).
Example:
{
"method": "event",
"event": "incomingRequestCameraControlAccepted",
"callId": "someUser@some.server"
}
Parameter description:
callId
- the identifier of the conference participant who has been given remote control of the camera.
See also:
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- rejectRequestCameraControl
- requestParticipantCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- remotelyControlledCameraNotAvailableAnymore
- requestCameraControlReceived
- incomingRequestCameraControlRejected
- requestCameraControlSent
- outgoingRequestCameraControlRejected
- outgoingRequestCameraControlAccepted