# requestCameraControlReceived
Description: the notification about a request for the remote control of the VideoSDK/Room camera.
The notification displayed when VideoSDK/Room receives a request for remote camera control from a participant during a video call
or group conference
.
Example:
{
"method": "event",
"event": "requestCameraControlReceived",
"callId": "someUser@some.server"
}
Parameter description:
callId
— the identifier (TrueConf ID) of the participant who requests remote camera control
See also:
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- rejectRequestCameraControl
- requestParticipantCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- remotelyControlledCameraNotAvailableAnymore
- incomingRequestCameraControlAccepted
- incomingRequestCameraControlRejected
- requestCameraControlSent
- outgoingRequestCameraControlRejected
- outgoingRequestCameraControlAccepted