Package live.hms.video.diagnostics
Interface HMSCameraCheckListener
-
- All Implemented Interfaces:
public interface HMSCameraCheckListener
-
-
Method Summary
Modifier and Type Method Description abstract UnitonVideoTrack(HMSVideoTrack localVideoTrack)abstract UnitonError(HMSException error)-
-
Method Detail
-
onVideoTrack
abstract Unit onVideoTrack(HMSVideoTrack localVideoTrack)
-
onError
abstract Unit onError(HMSException error)
-
-
-
-