Class RecordingCallFeature
- Object
-
- CallFeature
-
- RecordingCallFeature
-
public final class RecordingCallFeature extends CallFeature
Call Feature for managing call recording
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addOnIsRecordingActiveChangedListener(PropertyChangedListener listener)
Adds the specified listener to receive OnIsRecordingActiveChanged events.CompletableFuture<Void>
grantTeamsConsent()
Grant consent to be recorded in the current callboolean
isRecordingActive()
Indicates if recording is active in current callboolean
isTeamsConsentRequired()
Indicates if consent is required for being recorded in current callvoid
removeOnIsRecordingActiveChangedListener(PropertyChangedListener listener)
Removes the specified listener to receive OnIsRecordingActiveChanged events.-
Methods inherited from class CallFeature
finalize, getName
-
-
-
-
Method Detail
-
isRecordingActive
public boolean isRecordingActive()
Indicates if recording is active in current call
-
isTeamsConsentRequired
public boolean isTeamsConsentRequired()
Indicates if consent is required for being recorded in current call
-
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
-
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
-
grantTeamsConsent
public CompletableFuture<Void> grantTeamsConsent()
Grant consent to be recorded in the current call
-
-