@zoom/react-native-videosdk
    Preparing search index...
    type ZoomVideoSdkRemoteCameraControlHelperType = {
        giveUpControlRemoteCamera: (userId: string) => Promise<Errors>;
        requestControlRemoteCamera: (userId: string) => Promise<Errors>;
        turnDown: (userId: string, range: number) => Promise<Errors>;
        turnLeft: (userId: string, range: number) => Promise<Errors>;
        turnRight: (userId: string, range: number) => Promise<Errors>;
        turnUp: (userId: string, range: number) => Promise<Errors>;
        zoomIn: (userId: string, range: number) => Promise<Errors>;
        zoomOut: (userId: string, range: number) => Promise<Errors>;
    }

    Implemented by

    Index

    Properties

    giveUpControlRemoteCamera: (userId: string) => Promise<Errors>

    Gives up control of a remote camera.

    requestControlRemoteCamera: (userId: string) => Promise<Errors>

    Requests control over a remote camera.

    turnDown: (userId: string, range: number) => Promise<Errors>

    Turns the remote camera downwards.

    turnLeft: (userId: string, range: number) => Promise<Errors>

    Turns the remote camera to the left.

    turnRight: (userId: string, range: number) => Promise<Errors>

    Turns the remote camera to the right.

    turnUp: (userId: string, range: number) => Promise<Errors>

    Turns the remote camera upwards.

    zoomIn: (userId: string, range: number) => Promise<Errors>

    Zooms in the remote camera.

    zoomOut: (userId: string, range: number) => Promise<Errors>

    Zooms out the remote camera.