public static enum RongCallCommon.CallErrorCode extends java.lang.Enum<RongCallCommon.CallErrorCode>
枚举常量和说明 |
---|
ENGINE_NOT_FOUND
开通的音视频服务没有及时生效或音视频服务已关闭,请等待3-5小时后重新安装应用或开启音视频服务再进行测试
|
限定符和类型 | 方法和说明 |
---|---|
int |
getValue() |
static RongCallCommon.CallErrorCode |
valueOf(int value) |
static RongCallCommon.CallErrorCode |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static RongCallCommon.CallErrorCode[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final RongCallCommon.CallErrorCode ENGINE_NOT_FOUND
public static RongCallCommon.CallErrorCode[] values()
for (RongCallCommon.CallErrorCode c : RongCallCommon.CallErrorCode.values()) System.out.println(c);
public static RongCallCommon.CallErrorCode valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值public int getValue()
public static RongCallCommon.CallErrorCode valueOf(int value)