# On_incomingRequestCameraControlAccepted
Description
A notification that comes after TrueConf VideoSDK has granted a participant permission to control the camera remotely (following the appropriate request)
EventHandler<string> On_incomingRequestCameraControlAccepted
Response example
{
"method": "event",
"event": "incomingRequestCameraControlAccepted",
"callId": "someUser@some.server"
}
Response Parameters
Name | Description |
---|---|
callId | The identifier of the conference participant who has been granted remote camera control |
See also
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- rejectRequestCameraControl
- requestParticipantCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- On_remotelyControlledCameraNotAvailableAnymore
- On_requestCameraControlReceived
- On_incomingRequestCameraControlRejected
- On_requestCameraControlSent
- On_outgoingRequestCameraControlRejected
- On_outgoingRequestCameraControlAccepted