NECreateVoiceRoomParams class

创建房间参数

@property title 房间名,支持中英文大小写、数字、特殊字符 @property nick 昵称 @property seatCount 麦位个数,默认8个,取值范围为1~20 @property configId 模版id @property cover 封面,https链接 @property extraData 扩展字段

Constructors

NECreateVoiceRoomParams({required String title, required String nick, required int seatCount, required int configId, required String? cover, String? extraData})

Properties

configId int
final
cover String?
final
extraData String?
final
hashCode int
The hash code for this object.
no setterinherited
nick String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seatCount int
final
title String
final

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