# getIncomingCameraControlRequests
Description
Retrieve the list of TrueConf ID of conference participants requesting remote camera control for TrueConf VideoSDK
void getIncomingCameraControlRequests()
Response example
{
"method": "getIncomingCameraControlRequests",
"requestId" : "1",
"callIdList": [
"user2@some.server.name"
],
"result": true
}
Response Parameters
Name | Description |
---|---|
callIdList | the list of identifiers (TrueConf IDs) for conference participants who request the remote control of the TrueConf VideoSDK camera |
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also
- getRemotelyControlledCameras
- rejectRequestCameraControl
- requestParticipantCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- On_remotelyControlledCameraNotAvailableAnymore
- On_incomingRequestCameraControlAccepted
- On_requestCameraControlReceived
- On_incomingRequestCameraControlRejected
- On_requestCameraControlSent
- On_outgoingRequestCameraControlRejected
- On_incomingRequestCameraControlAccepted