incomingRequestCameraControlAccepted
Less than 1 minute
incomingRequestCameraControlAccepted
Description: notification received after TrueConf Room API has allowed a participant to control the camera remotely (following the corresponding request).
Example:
{
"method": "event",
"event": "incomingRequestCameraControlAccepted",
"callId": "someUser@some.server"
}Parameter 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
- remotelyControlledCameraNotAvailableAnymore
- requestCameraControlReceived
- incomingRequestCameraControlRejected
- requestCameraControlSent
- outgoingRequestCameraControlRejected
- outgoingRequestCameraControlAccepted