public static enum RongCallCommon.ServerRecordingErrorCode extends java.lang.Enum<RongCallCommon.ServerRecordingErrorCode>
| 枚举常量和说明 |
|---|
FAIL
执行请求失败
|
INVALID_ARGUMENT
参数无效
|
NOT_IN_CALL
不在通话中
|
NOT_INITIALIZED
录音服务器 IP 未初始化
|
NOT_READY
未就绪
|
SUCCESS
操作成功
|
TIME_OUT
操作超时
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getValue() |
static RongCallCommon.ServerRecordingErrorCode |
valueOf(int value) |
static RongCallCommon.ServerRecordingErrorCode |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static RongCallCommon.ServerRecordingErrorCode[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final RongCallCommon.ServerRecordingErrorCode SUCCESS
public static final RongCallCommon.ServerRecordingErrorCode FAIL
public static final RongCallCommon.ServerRecordingErrorCode INVALID_ARGUMENT
public static final RongCallCommon.ServerRecordingErrorCode NOT_READY
public static final RongCallCommon.ServerRecordingErrorCode NOT_IN_CALL
public static final RongCallCommon.ServerRecordingErrorCode NOT_INITIALIZED
public static final RongCallCommon.ServerRecordingErrorCode TIME_OUT
public static RongCallCommon.ServerRecordingErrorCode[] values()
for (RongCallCommon.ServerRecordingErrorCode c : RongCallCommon.ServerRecordingErrorCode.values()) System.out.println(c);
public static RongCallCommon.ServerRecordingErrorCode valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public int getValue()
public static RongCallCommon.ServerRecordingErrorCode valueOf(int value)
Copyright © 2020 RongCloud. All Rights Reserved.