TranscriptionCallFeature interface

Feature for call transcription.

Extends

Properties

isTranscriptionActive

Indicates if transcription is active in current call

Inherited Properties

name

The feature name.

Methods

off(TranscriptionPropertyChangedEventType, PropertyChangedEvent)

Unsubscribe function for any of the TranscriptionPropertyChangedEventType events

on(TranscriptionPropertyChangedEventType, PropertyChangedEvent)

Subscribe function for any of the TranscriptionPropertyChangedEventType events

Inherited Methods

dispose()

Property Details

isTranscriptionActive

Indicates if transcription is active in current call

isTranscriptionActive: boolean

Property Value

boolean

Inherited Property Details

name

The feature name.

name: string

Property Value

string

Inherited From BaseFeature.name

Method Details

off(TranscriptionPropertyChangedEventType, PropertyChangedEvent)

Unsubscribe function for any of the TranscriptionPropertyChangedEventType events

function off(event: TranscriptionPropertyChangedEventType, listener: PropertyChangedEvent)

Parameters

listener
PropertyChangedEvent

callback fn that was used to subscribe to this event

on(TranscriptionPropertyChangedEventType, PropertyChangedEvent)

Subscribe function for any of the TranscriptionPropertyChangedEventType events

function on(event: TranscriptionPropertyChangedEventType, listener: PropertyChangedEvent)

Parameters

listener
PropertyChangedEvent

callback fn that was used to subscribe to this event

Inherited Method Details

dispose()

function dispose()

Inherited From Disposable.dispose