|
Meeting SDK for iOS API Reference
|
Camera control and management service. More...
import <Foundation/Foundation.h>Go to the source code of this file.
Classes | |
| protocol | <MobileRTCCameraControlDelegate> |
| Callback event of receiving remote control. More... | |
| class | MobileRTCCameraControlService |
| Provides APIs to control the remote camera, including pan, tilt, and zoom operations. More... | |
Enumerations | |
| enum | MobileRTCCameraControlRequestType { MobileRTCCameraControlRequestType_RequestControl , MobileRTCWhiteboardStatus_GiveUpControl } |
| Enumeration of camera control requests types. More... | |
| enum | MobileRTCCameraControlRequestResult { MobileRTCCameraControlRequestResult_Approve , MobileRTCCameraControlRequestResult_Decline , MobileRTCCameraControlRequestResult_Revoke } |
| Enumeration of the results of a camera control request. More... | |
Camera control and management service.
Definition in file MobileRTCCameraControlService.h.
Enumeration of the results of a camera control request.
Definition at line 21 of file MobileRTCCameraControlService.h.
Enumeration of camera control requests types.
| Enumerator | |
|---|---|
| MobileRTCCameraControlRequestType_RequestControl | Request to take control of the camera. |
| MobileRTCWhiteboardStatus_GiveUpControl | Give up control of the camera. |
Definition at line 11 of file MobileRTCCameraControlService.h.