incomingRequestCameraControlRejected
Less than 1 minute
incomingRequestCameraControlRejected
Description: Notification of the denial of a conference participant's request for remote camera control TrueConf Room API.
Example:
{
"method": "event",
"event": "incomingRequestCameraControlRejected",
"callId": "someUser@some.server",
"reason": 0
}Parameter description:
callId— Identifier of a conference participant who has been prohibited to control your camerareason— Rejection reason. It can be as follows:0- declined TrueConf Room API1- declined TrueConf Room API due to timeout2— Conference ending3— a participant has left avideo callorgroup conference
See also:
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- rejectRequestCameraControl
- requestParticipantCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- remotelyControlledCameraNotAvailableAnymore
- incomingRequestCameraControlAccepted
- requestCameraControlReceived
- requestCameraControlSent
- outgoingRequestCameraControlRejected
- outgoingRequestCameraControlAccepted