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.CompletableFuture<Void>
grantTeamsConsent()
Grant consent to be recorded in the current callboolean
isTeamsConsentRequired()
Indicates if consent is required for being recorded in current callboolean
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
-
isTeamsConsentRequired
public boolean isTeamsConsentRequired()
Indicates if consent is required for being recorded 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
-
grantTeamsConsent
public CompletableFuture<Void> grantTeamsConsent()
Grant consent to be recorded in the current call
-
-