# On_outgoingRequestCameraControlRejected
Description
Notification of a request rejection from TrueConf VideoSDK to remotely control the camera of a participant in a video call
or group conference
EventHandler<string> On_outgoingRequestCameraControlRejected
Response example
{
"method": "event",
"event": "outgoingRequestCameraControlRejected",
"callId": "someUser@some.server",
"reason": 0
}
Response Parameters
Name | Description |
---|---|
callId | Identifier of a conference participant who has prohibited control of their camera |
reason | Rejection reason. It can be as follows: • 0 - Rejected by the conference participant • 1 - No answer from the conference participant, rejected on a timeout • 2 - Control is unavailable • 3 - Control is not supported • 4 - Conference has ended • 5 - Participant left the conference |
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_outgoingRequestCameraControlAccepted