Package cn.rongcloud.callplus.api
Enum RCCallPlusMediaTypeChangeResult
-
- All Implemented Interfaces:
public enum RCCallPlusMediaTypeChangeResult
-
-
Field Summary
Fields Modifier and Type Field Description public final intvalue
-
Enum Constant Summary
Enum Constants Enum Constant Description NONECANCEL_CHANGE_MEDIA_TYPE取消媒体类型切换
REFUSE_CHANGE_MEDIA_TYPE拒绝媒体类型切换请求
SERVER_ALLOW_MEDIA_TYPE服务仲裁允许媒体类型切换
REQUEST_CHANGE_MEDIA_TYPE_TIMEOUT发起媒体类型切换后,远端用户60秒未响应导致的超时
-
Method Summary
Modifier and Type Method Description static RCCallPlusMediaTypeChangeResultvalueOf(int value)static Array<RCCallPlusMediaTypeChangeResult>values()Returns an array containing the constants of this enum type, in the order they're declared. static RCCallPlusMediaTypeChangeResultvalueOf(String name)Returns the enum constant of this type with the specified name. intgetValue()-
-
Method Detail
-
valueOf
static RCCallPlusMediaTypeChangeResult valueOf(int value)
-
values
static Array<RCCallPlusMediaTypeChangeResult> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static RCCallPlusMediaTypeChangeResult valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Returns:
the enum constant with the specified name
-
getValue
int getValue()
-
-
-
-