Package com.opentok.android
Interface SubscriberKit.CaptionsListener
-
- Enclosing class:
- SubscriberKit
public static interface SubscriberKit.CaptionsListener
A listener for updated caption text.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onCaptionText(SubscriberKit subscriber, java.lang.String text, boolean isFinal)
Called with the new caption text of the stream's audio.
-
-
-
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.
-
-