getIncomingCameraControlRequests
Less than 1 minute
getIncomingCameraControlRequests
Description: Retrieve the list of TrueConf ID conference participants who are requesting remote camera control TrueConf Room API.
Example:
{
"method": "getIncomingCameraControlRequests",
"requestId" : "1"
}Response example:
{
"method": "getIncomingCameraControlRequests",
"requestId" : "1",
"callIdList": [
"user2@some.server.name"
],
"result": true
}Parameter description:
callIdList- a list of conference user TrueConf ID identifiers requesting remote camera control TrueConf Room APIrequestId- a unique request identifier. You can find more details about it here.
See also:
- getRemotelyControlledCameras
- rejectRequestCameraControl
- requestParticipantCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- remotelyControlledCameraNotAvailableAnymore
- incomingRequestCameraControlAccepted
- requestCameraControlReceived
- incomingRequestCameraControlRejected
- requestCameraControlSent
- outgoingRequestCameraControlRejected
- outgoingRequestCameraControlAccepted