Interface NEWaitingRoomInfo
-
- All Implemented Interfaces:
public interface NEWaitingRoomInfo
等候室房间信息
-
-
Method Summary
Modifier and Type Method Description abstract Integer
getMemberCount()
当前等候室成员数量 abstract Boolean
isEnabledOnEntry()
当前房间是否开启了等候室 abstract String
getBackgroundImageUrl()
等候室背景图 -
-
Method Detail
-
getMemberCount
abstract Integer getMemberCount()
当前等候室成员数量
-
isEnabledOnEntry
abstract Boolean isEnabledOnEntry()
当前房间是否开启了等候室
-
getBackgroundImageUrl
abstract String getBackgroundImageUrl()
等候室背景图
-
-
-
-