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

    Implements

    Index

    Constructors

    Methods

    • Query if the user can start live transcription.

      Returns Promise<any>

    • Enable or disable to receive original and translated content. If you enable this feature, you must start live transcription.

      Parameters

      • enable: boolean

      Returns Promise<any>

    • Get the list of all available spoken languages in a session.

      Returns Promise<any>

    • Get the list of all available translation languages in a session.

      Returns Promise<any>

    • Get the all history list of translation messages in a session.

      Returns Promise<any>

    • Get the current live transcription status.

      Returns Promise<any>

    • Determine whether the view history translation message is available.

      Returns Promise<any>

    • Determine whether the feature to receive original and translated is available.

      Returns Promise<any>

    • Set the spoken language of the current user.

      Parameters

      • languageId: number

      Returns Promise<any>

    • Set the translation language of the current user.

      Parameters

      • languageId: number

      Returns Promise<any>

    • Start live transcription. If the session allows multi-language transcription, all users can start live transcription.

      Returns Promise<any>

    • Stop live transcription. If the session allows multi-language transcription, all users can stop live transcription.

      Returns Promise<any>