Package com.unblu.sdk.core.callback
Interface ScreenSharingExceptionCallback
public interface ScreenSharingExceptionCallback
Callback for exceptions which can occur when trying to start or stop screen sharing
-
Method Summary
Modifier and TypeMethodDescriptionvoidactionExecutionFailed(ScreenSharingErrorType type, String details) Error while starting or stopping screen sharing.
-
Method Details
-
actionExecutionFailed
Error while starting or stopping screen sharing. See error type for details- Parameters:
type- The type of errordetails- Detailed message about the error. Can be null. If present, the message is intended for internal purposes only and isn't localized.
-