@zoom/react-native-videosdk
    Preparing search index...

    Implements

    Index

    Constructors

    Methods

    • This function is used to set the aspect ratio of the video sent out.

      Parameters

      • enable: boolean

      Returns Promise<any>

    • Get the number of cameras available to share the video.

      Returns Promise<any>

    • Return true if the flashlight is on. Otherwise, it'll return false (Only support Android platform).

      Returns Promise<any>

    • Determine whether my video is mirrored.

      Returns Promise<any>

    • Determine whether current aspect ratio is the original aspect ratio of video.

      Returns Promise<any>

    • Return true if support to control the flashlight (Only support Android platform).

      Returns Promise<any>

    • Call this method to mirror my video.

      Parameters

      • enable: boolean

      Returns Promise<any>

    • Call this method to rotate the video when the device is rotated.

      Parameters

      • rotation: number

      Returns Promise<any>

    • Call this method to start sending local video data from the camera.

      Returns Promise<any>

    • Call this method to stop sending local video data from the camera.

      Returns Promise<any>

    • Switch to the next available camera.

      Parameters

      • OptionaldeviceId: string

      Returns Promise<any>

    • Turn on or off the flashlight (Only support Android platform).

      Parameters

      • enable: boolean

        True means to turn it on. False is to turn it off.

      Returns Promise<any>