Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCCameraControlService.h File 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 Type Documentation

◆ MobileRTCCameraControlRequestResult

Enumeration of the results of a camera control request.

Enumerator
MobileRTCCameraControlRequestResult_Approve 

The camera control request was approved.

MobileRTCCameraControlRequestResult_Decline 

The camera control request was declined.

MobileRTCCameraControlRequestResult_Revoke 

The previously approved camera control was revoked.

Definition at line 24 of file MobileRTCCameraControlService.h.

◆ MobileRTCCameraControlRequestType

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.