NECreateVoiceRoomParams class
创建房间参数
@property title 房间名,支持中英文大小写、数字、特殊字符 @property nick 昵称 @property seatCount 麦位个数,默认8个,取值范围为1~20 @property configId 模版id @property cover 封面,https链接 @property extraData 扩展字段
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited