Package com.twilio.video
Interface ScreenCapturer.Listener
- Enclosing class:
- ScreenCapturer
public static interface ScreenCapturer.Listener
Interface that provides events and errors related to
ScreenCapturer
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Indicates when the first frame has been captured from the screen.void
onScreenCaptureError
(String errorDescription) Reports an error that occurred inScreenCapturer
.
-
Method Details
-
onScreenCaptureError
Reports an error that occurred inScreenCapturer
.- Parameters:
errorDescription
- description of the error that occurred.
-
onFirstFrameAvailable
void onFirstFrameAvailable()Indicates when the first frame has been captured from the screen.
-