# On_remotelyControlledCameraNotAvailableAnymore
Description
The notification indicating that it is no longer possible to control a remote camera
EventHandler<string> On_remotelyControlledCameraNotAvailableAnymore
Response example
{
"method": "event",
"event": "remotelyControlledCameraNotAvailableAnymore",
"callId": "someUser@some.server"
}
Response Parameters
Name | Description |
---|---|
callId | The identifier (TrueConf ID) of the conference participant whose camera can no longer be remotely controlled. |
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