-
public class NEVoiceRoomSeatItemStatus
-
-
Method Summary
Modifier and Type Method Description final Integer
getINITIAL()
麦位初始化(无人,可以上麦) final Integer
getWAITING()
该麦位正在等待管理员通过申请或等待成员接受邀请后上麦。 final Integer
getTAKEN()
当前麦位已被占用 final Integer
getCLOSED()
当前麦位已关闭,不能操作上麦 -
-
Method Detail
-
getINITIAL
final Integer getINITIAL()
麦位初始化(无人,可以上麦)
-
getWAITING
final Integer getWAITING()
该麦位正在等待管理员通过申请或等待成员接受邀请后上麦。
-
-
-
-