Interface | Description |
---|---|
PrepareException | |
StreamException |
Exception | Description |
---|---|
PrepareException.CameraInitFailException |
Camera initialization fails, maybe permission problem or other camera problems.
|
PrepareException.InternalException |
Internal error occurs.
|
PrepareException.MicrophoneInitFailException |
Microphone initialization fails, maybe permission problem or other microphone problems.
|
PrepareException.RequestRejectedException |
This occurs when developer is trying calling a method in wrong state
causing
IllegalStateException . |
PrepareException.ResolutionNotSupport |
Resolution is not supported by camera in current device.
|
PrepareException.ScreenCaptureInitFailException |
Screen capture initialization fails, maybe permission problem or other media projection problems.
|
StreamException.EventExpiredException |
Live event expires, please set this live event to ended by
StreamManager.endLiveEvent(String) and create a new one by StreamManager.createLiveEvent(LiveEventConfig) . |
StreamException.InternalException |
Internal error occurs.
|
StreamException.InterruptedException |
Current task is interrupted by developer.
|
StreamException.LiveCountLimitException |
Couldn't create new event because of limitation of user's live event count.
|
StreamException.NetworkException |
Couldn't connect to server.
|
StreamException.NotFoundException |
Couldn't find the live event.
|
StreamException.PublishException |
Thrown to indicate that the application has failed to publish a stream.
|
StreamException.RequestRejectedException |
This occurs when developer is trying to invoke a method with wrong parameter causing
IllegalArgumentException or calling a method in wrong state
causing IllegalStateException . |
StreamException.ServerException |
An error occurs on server side.
|
StreamException.StreamOccupiedException |
The target live event is broadcasting or releasing the resources of last streaming, you may
check whether there is other device streaming to this live event or not and try later.
|
StreamException.UnauthorizedException |
The user is unauthorized.
|
StreamException.UnavailableException |
The "
available " flag of the live event is set to false. |