Package com.telnyx.webrtc.lib
Interface CameraVideoCapturer.CameraSwitchHandler
- Enclosing interface:
- CameraVideoCapturer
public static interface CameraVideoCapturer.CameraSwitchHandler
Camera switch handler - one of these functions are invoked with the result of switchCamera().
The callback may be called on an arbitrary thread.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonCameraSwitchDone(boolean isFrontCamera) voidonCameraSwitchError(String errorDescription)
-
Method Details
-
onCameraSwitchDone
void onCameraSwitchDone(boolean isFrontCamera) -
onCameraSwitchError
-