Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
SessionNetQualityLevel.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
9public interface SessionNetQualityLevel {
13 public final static int SESSION_NET_QUALITY_UNKNOWN = -1;
14
18 public final static int SESSION_NET_QUALITY_VERY_BAD = 0;
19
23 public final static int SESSION_NET_QUALITY_BAD = 1;
24
28 public final static int SESSION_NET_QUALITY_NOT_GOOD = 2;
29
33 public final static int SESSION_NET_QUALITY_NORMAL = 3;
34
38 public final static int SESSION_NET_QUALITY_GOOD = 4;
39
43 public final static int SESSION_NET_QUALITY_EXCELLENT = 5;
44}