RecordingCallFeature Class
- java.
lang. Object - CallFeature
- com.
azure. android. communication. calling. RecordingCallFeature
- com.
public class RecordingCallFeature extends CallFeature
Call Feature for managing call recording
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
addOnIsRecordingActiveChangedListener(PropertyChangedListener listener)
Adds the specified listener to receive OnIsRecordingActiveChanged events. isRecordingActiveChanged Event. Occurs when recording is started or stopped for a call |
boolean |
isRecordingActive()
Indicates if recording is active in current call |
void |
removeOnIsRecordingActiveChangedListener(PropertyChangedListener listener)
Removes the specified listener to receive OnIsRecordingActiveChanged events. isRecordingActiveChanged Event. Occurs when recording is started or stopped for a call |
Inherited Members
Method Details
addOnIsRecordingActiveChangedListener
public void addOnIsRecordingActiveChangedListener(PropertyChangedListener listener)
Adds the specified listener to receive OnIsRecordingActiveChanged events. isRecordingActiveChanged Event. Occurs when recording is started or stopped for a call
Parameters:
isRecordingActive
public boolean isRecordingActive()
Indicates if recording is active in current call
removeOnIsRecordingActiveChangedListener
public void removeOnIsRecordingActiveChangedListener(PropertyChangedListener listener)
Removes the specified listener to receive OnIsRecordingActiveChanged events. isRecordingActiveChanged Event. Occurs when recording is started or stopped for a call
Parameters: