Package live.hms.video.sdk
Interface IErrorListener
-
- All Implemented Interfaces:
public interface IErrorListenerNotifies about errors.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonError(HMSException error)Called when the SDK has encountered an error -
-
Method Detail
-
onError
abstract Unit onError(HMSException error)
Called when the SDK has encountered an error
- Parameters:
error- mentions the HMSException due to which SDK could not proceed further
-
-
-
-