Class CaptionsCallFeature
- Object
-
- CallFeature
-
- CaptionsCallFeature
-
public final class CaptionsCallFeature extends CallFeature
Call Feature for managing captions for a call.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddOnActiveCaptionsTypeChangedListener(PropertyChangedListener listener)Adds the specified listener to receive OnActiveCaptionsTypeChanged events.CompletableFuture<CallCaptions>getCaptions()Get captions for a connected call.voidremoveOnActiveCaptionsTypeChangedListener(PropertyChangedListener listener)Removes the specified listener to receive OnActiveCaptionsTypeChanged events.-
Methods inherited from class CallFeature
finalize, getName
-
-
-
-
Method Detail
-
addOnActiveCaptionsTypeChangedListener
public void addOnActiveCaptionsTypeChangedListener(PropertyChangedListener listener)
Adds the specified listener to receive OnActiveCaptionsTypeChanged events. ActiveCaptionsType Event. Occurs when captions type is changed for a call.
-
removeOnActiveCaptionsTypeChangedListener
public void removeOnActiveCaptionsTypeChangedListener(PropertyChangedListener listener)
Removes the specified listener to receive OnActiveCaptionsTypeChanged events. ActiveCaptionsType Event. Occurs when captions type is changed for a call.
-
getCaptions
public CompletableFuture<CallCaptions> getCaptions()
Get captions for a connected call.
-
-