Interface SubscriberKit.CaptionsListener

    • Method Detail

      • onCaptionText

        void onCaptionText​(SubscriberKit subscriber,
                           java.lang.String text,
                           boolean isFinal)
        Called with the new caption text of the stream's audio.
        Parameters:
        subscriber - The subscriber.
        text - The caption text.
        isFinal - Indicates whether a caption is finished.