public static class AgoraRtcService.LicenseValidationErrorReason
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ERR_LICENSE_DIFF_DEVICES
5: Same license used in different devices at the same time
|
static int |
ERR_LICENSE_EXPIRE
2: License expired
|
static int |
ERR_LICENSE_INTERNAL
99: SDK internal error
|
static int |
ERR_LICENSE_INVALID
1: Invalid license
|
static int |
ERR_LICENSE_LIMITED_PERIOD
4: License use in limited period
|
static int |
ERR_LICENSE_MINUTES_EXCEED
3: Exceed license minutes limit
|
Constructor and Description |
---|
LicenseValidationErrorReason() |
public static final int ERR_LICENSE_INVALID
public static final int ERR_LICENSE_EXPIRE
public static final int ERR_LICENSE_MINUTES_EXCEED
public static final int ERR_LICENSE_LIMITED_PERIOD
public static final int ERR_LICENSE_DIFF_DEVICES
public static final int ERR_LICENSE_INTERNAL