Class CommunicationCaptions


  • public final class CommunicationCaptions
    extends CallCaptions
    Captions for managing captions for a group call.
    • Method Detail

      • addOnActiveSpokenLanguageChangedListener

        public void addOnActiveSpokenLanguageChangedListener​(PropertyChangedListener listener)
        Adds the specified listener to receive OnActiveSpokenLanguageChanged events. ActiveSpokenLanguage Event. Occurs when spoken language is changed.
      • removeOnActiveSpokenLanguageChangedListener

        public void removeOnActiveSpokenLanguageChangedListener​(PropertyChangedListener listener)
        Removes the specified listener to receive OnActiveSpokenLanguageChanged events. ActiveSpokenLanguage Event. Occurs when spoken language is changed.
      • addOnCaptionsEnabledChangedListener

        public void addOnCaptionsEnabledChangedListener​(PropertyChangedListener listener)
        Adds the specified listener to receive OnCaptionsEnabledChanged events. isEnabled Event. Occurs when captions is started or stopped.
      • removeOnCaptionsEnabledChangedListener

        public void removeOnCaptionsEnabledChangedListener​(PropertyChangedListener listener)
        Removes the specified listener to receive OnCaptionsEnabledChanged events. isEnabled Event. Occurs when captions is started or stopped.
      • addOnCaptionsReceivedListener

        public void addOnCaptionsReceivedListener​(CommunicationCaptionsListener listener)
        Adds the specified listener to receive OnCaptionsReceived events. CaptionsReceived Event. Occurs when captions is received for a call.
      • removeOnCaptionsReceivedListener

        public void removeOnCaptionsReceivedListener​(CommunicationCaptionsListener listener)
        Removes the specified listener to receive OnCaptionsReceived events. CaptionsReceived Event. Occurs when captions is received for a call.