Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
us.zoom.sdk.ICameraController Interface Reference

Public Member Functions

boolean canControlCamera ()
 Determine whether the camera can be controlled or not.
 
long getUserId ()
 Returns the current controlled user id.
 
MobileRTCSDKError requestControlRemoteCamera ()
 Request to control remote camera.
 
MobileRTCSDKError giveUpControlRemoteCamera ()
 Give up control of the remote camera.
 
MobileRTCSDKError turnLeft (int range)
 Turn the camera to the left.
 
MobileRTCSDKError turnRight (int range)
 Turn the camera to the right.
 
MobileRTCSDKError turnUp (int range)
 Turn the camera up.
 
MobileRTCSDKError turnDown (int range)
 Turn the camera down.
 
MobileRTCSDKError zoomIn (int range)
 Zoom the camera in.
 
MobileRTCSDKError zoomOut (int range)
 Zoom the camera out.
 

Detailed Description

Definition at line 3 of file ICameraController.java.

Member Function Documentation

◆ canControlCamera()

boolean us.zoom.sdk.ICameraController.canControlCamera ( )

Determine whether the camera can be controlled or not.

Returns
true means that the camera can be controlled

◆ getUserId()

long us.zoom.sdk.ICameraController.getUserId ( )

Returns the current controlled user id.

Returns
the current controlled user id

◆ giveUpControlRemoteCamera()

MobileRTCSDKError us.zoom.sdk.ICameraController.giveUpControlRemoteCamera ( )

Give up control of the remote camera.

Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.

◆ requestControlRemoteCamera()

MobileRTCSDKError us.zoom.sdk.ICameraController.requestControlRemoteCamera ( )

Request to control remote camera.

Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.

◆ turnDown()

MobileRTCSDKError us.zoom.sdk.ICameraController.turnDown ( int range)

Turn the camera down.

Parameters
rangerange Rotation range, between 10 to 100
Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.

◆ turnLeft()

MobileRTCSDKError us.zoom.sdk.ICameraController.turnLeft ( int range)

Turn the camera to the left.

Parameters
rangeRotation range, between 10 and 100
Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.

◆ turnRight()

MobileRTCSDKError us.zoom.sdk.ICameraController.turnRight ( int range)

Turn the camera to the right.

Parameters
rangeRotation range, between 10 to 100
Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.

◆ turnUp()

MobileRTCSDKError us.zoom.sdk.ICameraController.turnUp ( int range)

Turn the camera up.

Parameters
rangeRotation range, between 10 to 100
Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.

◆ zoomIn()

MobileRTCSDKError us.zoom.sdk.ICameraController.zoomIn ( int range)

Zoom the camera in.

Parameters
rangeZoom range, between 10 to 100
Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.

◆ zoomOut()

MobileRTCSDKError us.zoom.sdk.ICameraController.zoomOut ( int range)

Zoom the camera out.

Parameters
rangeZoom range, between 10 to 100
Returns
If the function succeeds, it will return SDKERR_SUCCESS. Otherwise failed.