# requestParticipantCameraControl
Description
void requestParticipantCameraControl(string sCallId)
Request the remote control of a participant’s camera in a video call
or group conference
Description
void requestParticipantCameraControl(string sCallId)
Parameters
Name | Description |
---|---|
sCallId | Identifier of the TrueConf ID user from whom you want to request remote camera control. It should be used with those obtained from the methods: On_newParticipantInConference, getAppState, getConferenceParticipants |
Description
void requestParticipantCameraControl(string sCallId)
Response example
{
"method" : "requestParticipantCameraControl",
"requestId" : "1",
"result" : true
}
See also
- getAppState
- getConferenceParticipants
- getIncomingCameraControlRequests
- getRemotelyControlledCameras
- rejectRequestCameraControl
- getOutgoingCameraControlRequests
- remotelyControlledCameraPtzLeft
- remotelyControlledCameraPtzRight
- remotelyControlledCameraPtzUp
- remotelyControlledCameraPtzDown
- remotelyControlledCameraPtzZoomInc
- remotelyControlledCameraPtzZoomDec
- acceptRequestCameraControl
- On_remotelyControlledCameraNotAvailableAnymore
- On_incomingRequestCameraControlAccepted
- On_requestCameraControlReceived
- On_incomingRequestCameraControlRejected
- On_requestCameraControlSent
- On_outgoingRequestCameraControlRejected
- On_outgoingRequestCameraControlAccepted
- On_newParticipantInConference