rejectRequestCameraControl
Less than 1 minute
rejectRequestCameraControl
Description: Disable remote camera control TrueConf Room API.
Example:
{
"method": "rejectRequestCameraControl",
"requestId" : "1",
"callId": "user@some.server/InstancePart"
}Response example:
{
"method" : "rejectRequestCameraControl",
"requestId" : "1",
"result" : true
}Parameter description:
callIdis the unique identifier of the user TrueConf ID who sent the request TrueConf Room API. It is recommended to use those obtained from the methods: requestCameraControlReceived, getAppState, getIncomingCameraControlRequests. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
requestId- a unique request identifier. You can find more details about it here.
See also:
- getAppState
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- requestParticipantCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- remotelyControlledCameraNotAvailableAnymore
- incomingRequestCameraControlAccepted
- requestCameraControlReceived
- incomingRequestCameraControlRejected
- requestCameraControlSent
- outgoingRequestCameraControlRejected
- outgoingRequestCameraControlAccepted