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

    Implements

    Index

    Constructors

    Properties

    The user's audio status.

    customUserId: string

    User's custom identity that is passed in the JWT or in SDKSessionContext.customUserId

    hasMultiCamera: boolean

    Determine whether the user has multiple cameras.

    isHost: boolean

    Determine whether the user is the host.

    isManager: boolean

    Determine whether the user is the manager.

    multiCameraIndex: string

    The index of the user's multi-camera stream.

    shareStatisticInfo: ZoomVideoSdkShareStatisticInfo

    The user's screen share statistic information.

    userId: string

    The userId of the user object.

    userName: string

    User name.

    videoStatisticInfo: ZoomVideoSdkVideoStatisticInfo

    The user's video statistic information.

    The user video status.

    Methods

    • Determine which audio you can set, shared audio or microphone.

      Parameters

      • userId: string
      • isSharing: boolean

      Returns Promise<any>

    • Determine whether the user is the host.

      Returns Promise<any>

    • Determine whether the user is the manager.

      Returns Promise<any>

    • Get the user's share action information.

      Returns Promise<any>

    • Get the name of the user in the session.

      Returns Promise<any>

    • Get the user's reference.

      Returns Promise<any>

    • Get user volume.

      Parameters

      • userId: string
      • isSharing: boolean

      Returns Promise<any>

    • Determine whether the user has individual recording consent.

      Parameters

      • userId: string

      Returns Promise<any>

    • Set the user's local volume. This does not affect how other participants hear the user.

      Parameters

      • userId: string
      • isSharing: boolean
      • volume: number

      Returns Promise<any>