Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LiveTranscriptionEventEmitter
    • LiveTranscriptionController

Index

Constructors

Events

Methods

  • Disable the live transcription features in an active meeting

    description

    disable the live transcription feature

    Returns ErrorCodeType

    0 means the API call is valid or fails otherwise

  • enableLiveTranscription(timeout?: number): Promise<ErrorCodeType>
  • Enable the live transcription features in an active meeting

    description

    This method will enable the live transcription feature and init server connection.

    Parameters

    • timeout: number = DEFAULT_WEB_SOCKET_REQUEST_TIMEOUT_MS

      Timeout period for establishing connection with live transcription server.

    Returns Promise<ErrorCodeType>

    0 means the API call is valid or fails otherwise

  • Send request to get grouped history recordings of live transcriptions

    description

    Triggers the LiveTranscriptionEvent.LIVE_TRANSCRIPTION_GROUPED_HISTORY_CHANGED event callback Attention: This "getGroupedLiveTranscriptionHistory" method is in beta version, server may not support it in some environment. In this case, this method will reject a ERR_LIVE_TRANSCRIPTION_GET_GROUPED_HISTORY_NOT_SUPPORTED error.

    Returns Promise<ErrorCodeType>

    0 means the API call is valid or fails otherwise

  • Removes the specified listener from the listener array for the event named eventName.

    Parameters

    Returns void

  • Adds a one-time listener function for the event named eventName. The next time eventName is triggered, this listener is removed and then invoked.

    Parameters

    Returns void

  • Starts the live transcriptions in an active meeting

    description

    Triggers the LiveTranscriptionEvent.LIVE_TRANSCRIPTION_SETTING_CHANGED event callback

    Parameters

    • timeout: number = DEFAULT_WEB_SOCKET_REQUEST_TIMEOUT_MS

      Timeout period for establishing connection with live transcription server.

    Returns Promise<ErrorCodeType>

    0 means the API call is valid or fails otherwise