# acceptRequestCameraControl
Description
Allow a conference participant who sent a corresponding request to control of TrueConf VideoSDK camera remotely.
void acceptRequestCameraControl(string sCallId)
Parameters
Name | Description |
---|---|
sCallId | The identifier of the user (TrueConf ID) in the conference who is requesting remote camera control for TrueConf VideoSDK. It is advisable to use the ones that were obtained from the methods: On_requestCameraControlReceived, getIncomingCameraControlRequests, getAppState |
See also
- getAppState
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- rejectRequestCameraControl
- requestParticipantCameraControl
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- On_remotelyControlledCameraNotAvailableAnymore
- On_incomingRequestCameraControlAccepted
- On_requestCameraControlReceived
- On_incomingRequestCameraControlRejected
- On_requestCameraControlSent
- On_outgoingRequestCameraControlRejected
- On_outgoingRequestCameraControlAccepted