TranscriptionCallFeature Class

  • java.lang.Object
    • CallFeature
      • com.azure.android.communication.calling.TranscriptionCallFeature

public class TranscriptionCallFeature extends CallFeature

Call Feature for managing call transcription

Method Summary

Modifier and Type Method and Description
void addOnIsTranscriptionActiveChangedListener(PropertyChangedListener listener)

Adds the specified listener to receive OnIsTranscriptionActiveChanged events. isTranscriptionActiveChanged Event. Occurs when transcription is started or stopped for a call

boolean isTranscriptionActive()

Indicates if transcription is active in current call

void removeOnIsTranscriptionActiveChangedListener(PropertyChangedListener listener)

Removes the specified listener to receive OnIsTranscriptionActiveChanged events. isTranscriptionActiveChanged Event. Occurs when transcription is started or stopped for a call

Inherited Members

Method Details

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

Parameters:

listener

isTranscriptionActive

public boolean isTranscriptionActive()

Indicates if transcription is active in current 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

Parameters:

listener

Applies to