Class TranscriptionCallFeature
- Object
-
- CallFeature
-
- TranscriptionCallFeature
-
public final class TranscriptionCallFeature extends CallFeature
Call Feature for managing call transcription
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addOnIsTranscriptionActiveChangedListener(PropertyChangedListener listener)
Adds the specified listener to receive OnIsTranscriptionActiveChanged events.boolean
isTranscriptionActive()
Indicates if transcription is active in current callvoid
removeOnIsTranscriptionActiveChangedListener(PropertyChangedListener listener)
Removes the specified listener to receive OnIsTranscriptionActiveChanged events.-
Methods inherited from class CallFeature
finalize, getName
-
-
-
-
Method Detail
-
isTranscriptionActive
public boolean isTranscriptionActive()
Indicates if transcription is active in current call
-
addOnIsTranscriptionActiveChangedListener
public void addOnIsTranscriptionActiveChangedListener(PropertyChangedListener listener)
Adds the specified listener to receive OnIsTranscriptionActiveChanged events. isTranscriptionActiveChanged Event. Occurs when transcription is started or stopped for a call
-
removeOnIsTranscriptionActiveChangedListener
public void removeOnIsTranscriptionActiveChangedListener(PropertyChangedListener listener)
Removes the specified listener to receive OnIsTranscriptionActiveChanged events. isTranscriptionActiveChanged Event. Occurs when transcription is started or stopped for a call
-
-