NEJoinVoiceRoomParams class

加入房间参数,支持中英文大小写、数字、特殊字符

@property roomUuid 房间id @property nick 昵称,最大字符长度64 @property avatar 头像 @property role 角色,支持HOST、AUDIENCE @property liveRecordId 直播id @property extraData 扩展字段

Constructors

NEJoinVoiceRoomParams({required String roomUuid, required String nick, required String avatar, required NEVoiceRoomRole role, required int liveRecordId, String? extraData})

Properties

avatar String
final
extraData String?
final
hashCode int
The hash code for this object.
no setterinherited
liveRecordId int
final
nick String
final
role NEVoiceRoomRole
final
roomUuid String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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