public interface PrepareException
Modifier and Type | Interface and Description |
---|---|
static class |
PrepareException.CameraInitFailException
Camera initialization fails, maybe permission problem or other camera problems.
|
static class |
PrepareException.InternalException
Internal error occurs.
|
static class |
PrepareException.MicrophoneInitFailException
Microphone initialization fails, maybe permission problem or other microphone problems.
|
static class |
PrepareException.RequestRejectedException
This occurs when developer is trying calling a method in wrong state
causing
IllegalStateException . |
static class |
PrepareException.ResolutionNotSupport
Resolution is not supported by camera in current device.
|
static class |
PrepareException.ScreenCaptureInitFailException
Screen capture initialization fails, maybe permission problem or other media projection problems.
|