ZoomVideoSdkRemoteCameraControlHelper class
Interface to control far-end camera (Only for Android)
- Inheritance
-
- Object
- PlatformInterface
- ZoomVideoSdkRemoteCameraControlHelper
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
giveUpControlRemoteCamera(
String userId) → Future< String> -
Give up control of the remote camera from the user with
userId
.
ReturnZoomVideoSDKError_Success
if the function succeeds. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestControlRemoteCamera(
String userId) → Future< String> -
Request to control remote camera from the user with
userId
.
ReturnZoomVideoSDKError_Success
if the function succeeds. -
toString(
) → String -
A string representation of this object.
inherited
-
turnDown(
String userId, num range) → Future< String> -
Turn the camera down by
range
from the user withuserId
. Rotation range, 10 <= range <= 100.
ReturnZoomVideoSDKError_Success
if the function succeeds. -
turnLeft(
String userId, num range) → Future< String> -
Turn the camera to the left by
range
from the user withuserId
. Rotation range, 10 <= range <= 100.
ReturnZoomVideoSDKError_Success
if the function succeeds. -
turnRight(
String userId, num range) → Future< String> -
Turn the camera to the right by
range
from the user withuserId
. Rotation range, 10 <= range <= 100.
ReturnZoomVideoSDKError_Success
if the function succeeds. -
turnUp(
String userId, num range) → Future< String> -
Turn the camera up by
range
from the user withuserId
. Rotation range, 10 <= range <= 100.
ReturnZoomVideoSDKError_Success
if the function succeeds. -
zoomIn(
String userId, num range) → Future< String> -
Zoom in the camera by
range
from the user withuserId
. Zoom range, 10 <= range <= 100.
ReturnZoomVideoSDKError_Success
if the function succeeds. -
zoomOut(
String userId, num range) → Future< String> -
Zoom out the camera by
range
from the user withuserId
. Zoom range, 10 <= range <= 100.
ReturnZoomVideoSDKError_Success
if the function succeeds.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited