Package tvi.webrtc
Interface CameraSession.CreateSessionCallback
-
- Enclosing interface:
- CameraSession
public static interface CameraSession.CreateSessionCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onDone(CameraSession session)
void
onFailure(CameraSession.FailureType failureType, java.lang.String error)
-
-
-
Method Detail
-
onDone
void onDone(CameraSession session)
-
onFailure
void onFailure(CameraSession.FailureType failureType, java.lang.String error)
-
-