Agora Java API Reference for Android
|
Static Public Attributes | |
static final int | UNKNOWN = Constants.QUALITY_UNKNOWN |
static final int | EXCELLENT = Constants.QUALITY_EXCELLENT |
static final int | GOOD = Constants.QUALITY_GOOD |
static final int | POOR = Constants.QUALITY_POOR |
static final int | BAD = Constants.QUALITY_BAD |
static final int | VBAD = Constants.QUALITY_VBAD |
static final int | DOWN = Constants.QUALITY_DOWN |
The network quality.
|
static |
0: The quality is unknown.
|
static |
1: The quality is excellent.
|
static |
2: The quality is quite good, but the bitrate may be slightly lower than excellent.
|
static |
3: Users can feel that the communication is slightly impaired.
|
static |
4: Users can communicate but not very smoothly.
|
static |
5: The quality is so bad that users can hardly communicate.
|
static |
6: The network is disconnected and users cannot communicate at all.