# getIncomingCameraControlRequests
Description: Retrieve the list of TrueConf ID of conference participants requesting remote camera control for VideoSDK/Room.
Example:
{
"method": "getIncomingCameraControlRequests",
"requestId" : "1"
}
Response example:
{
"method": "getIncomingCameraControlRequests",
"requestId" : "1",
"callIdList": [
"user2@some.server.name"
],
"result": true
}
Parameter description:
callIdList
— the list of identifiers ( TrueConf IDs) for conference participants who request the remote control of the VideoSDK/Room camera.requestId
- a unique request identifier. You can learn more about it here.
See also:
- getRemotelyControlledCameras
- rejectRequestCameraControl
- requestParticipantCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- remotelyControlledCameraNotAvailableAnymore
- incomingRequestCameraControlAccepted
- requestCameraControlReceived
- incomingRequestCameraControlRejected
- requestCameraControlSent
- outgoingRequestCameraControlRejected
- outgoingRequestCameraControlAccepted