getOutgoingCameraControlRequests
About 1 min
getOutgoingCameraControlRequests
Description: retrieve the list of remote camera control requests sent by TrueConf Room API.
The response returns a list of unique TrueConf ID identifiers of those users for whom TrueConf Room API is requesting remote camera control.
Example:
{
"method": "getOutgoingCameraControlRequests",
"requestId" : "1"
}Response example:
{
"method": "getOutgoingCameraControlRequests",
"requestId" : "1",
"callIdList": [
"user2@ub25n.trueconf.name"
],
"result": true
}Parameter description:
callIdList- a list of unique user identifiers TrueConf ID in a conference for which TrueConf Room API requests remote camera controlrequestId- a unique request identifier. You can find more details about it here.
See also:
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- rejectRequestCameraControl
- requestParticipantCameraControl
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- remotelyControlledCameraNotAvailableAnymore
- incomingRequestCameraControlAccepted
- requestCameraControlReceived
- incomingRequestCameraControlRejected
- requestCameraControlSent
- outgoingRequestCameraControlRejected
- outgoingRequestCameraControlAccepted