-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum NEVoiceRoomEndReason extends Enum<NEVoiceRoomEndReason>
房间结束原因枚举
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
NEVoiceRoomEndReason.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description UNKNOWN
未知异常
END_OF_RTC
rtc 异常,退出
LOGIN_STATE_ERROR
账号异常
CLOSE_BY_BACKEND
后台关闭
ALL_MEMBERS_OUT
所有成员退出
END_OF_LIFE
房间到期关闭
CLOSE_BY_MEMBER
房间被关闭
KICK_OUT
被管理员踢出房间
KICK_BY_SELF
多端同时加入同一房间被踢
SYNC_DATA_ERROR
数据同步错误
LEAVE_BY_SELF
成员主动离开房间
-
Method Summary
Modifier and Type Method Description final String
getName()
final Integer
getOrdinal()
-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-