# On_outgoingRequestCameraControlAccepted
Description
The notification of the acceptance of a request from TrueConf VideoSDK for remote camera control of a participant in a video call or group conference
EventHandler<string> On_outgoingRequestCameraControlAccepted
Response example
{
"method": "event",
"event": "outgoingRequestCameraControlAccepted",
"callId": "someUser@some.server"
}
Response Parameters
Name | Description |
---|---|
callId | The identifier of a conference participant who has allowed control of his/her camera |
See also
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- rejectRequestCameraControl
- requestParticipantCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- On_remotelyControlledCameraNotAvailableAnymore
- On_incomingRequestCameraControlAccepted
- On_requestCameraControlReceived
- On_incomingRequestCameraControlRejected
- On_requestCameraControlSent
- On_outgoingRequestCameraControlRejected