Meeting SDK for iOS API Reference
|
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... | |
Enumeration of the results of a camera control request.
Definition at line 24 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 14 of file MobileRTCCameraControlService.h.