NERoomParams class

提供创建和加入房间时必要的基本参数,如房间ID、房间昵称等

See also:

Implementers

Constructors

NERoomParams({String? subject, String? roomId, required String displayName, String? password, String? tag})
NERoomParams.fromMap(Map map)

Properties

displayName String
房间中的用户昵称,不能为空
latefinal
hashCode int
The hash code for this object.
no setterinherited
password String?
房间密码; 创建房间时,如果密码不为空,会创建带指定密码的房间 加入带密码的房间时,需要指定密码
latefinal
roomId String?
指定要创建或加入的目标房间ID
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
latefinal
tag String?
会议中的用户成员标签,自定义,最大长度50
latefinal

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