# On_requestCameraControlSent
Description
The notification indicating that a request for remote camera control is sent.
The notification received when TrueConf VideoSDK sends a request for the remote control of a user’s camera (the user may be participating in a video call
or group conference
).
EventHandler<string> On_requestCameraControlSent
Response example
{
"method": "event",
"event": "requestCameraControlSent",
"callId": "someUser@some.server"
}
Response Parameters
Name | Description |
---|---|
callId | The identifier (TrueConf ID) of the user who is asked to allow the remote control of his/her camera |
See also
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- rejectRequestCameraControl
- requestParticipantCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- On_incomingRequestCameraControlAccepted
- On_requestCameraControlReceived
- On_incomingRequestCameraControlRejected
- On_requestCameraControlSent
- On_outgoingRequestCameraControlRejected
- On_outgoingRequestCameraControlAccepted