-
public final class NECreateVoiceRoomParams
创建房间参数
-
-
Method Summary
Modifier and Type Method Description final String
getTitle()
final String
getNick()
final Integer
getSeatCount()
final Integer
getConfigId()
final String
getCover()
final Integer
getLiveType()
final String
getExtraData()
String
toString()
-
-
Method Detail
-
getSeatCount
final Integer getSeatCount()
-
getConfigId
final Integer getConfigId()
-
getLiveType
final Integer getLiveType()
-
getExtraData
final String getExtraData()
-
-
-
-