Class CaptionsCallFeature


  • public final class CaptionsCallFeature
    extends CallFeature
    Call Feature for managing captions for a call.
    • 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.