# getIncomingCameraControlRequests
Description: Get a list of TrueConf IDs of conference participants who request 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
- unique request identifier. More details can be found here
See also:
- getRemotelyControlledCameras
- rejectRequestCameraControl
- requestParticipantCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- remotelyControlledCameraNotAvailableAnymore
- incomingRequestCameraControlAccepted
- requestCameraControlReceived
- incomingRequestCameraControlRejected
- requestCameraControlSent
- outgoingRequestCameraControlRejected
- outgoingRequestCameraControlAccepted