NEJoinMeetingParams class

提供加入会议时必要的额外参数,如会议ID、用户会议昵称,tag等

Constructors

NEJoinMeetingParams({required String meetingId, required String displayName, String? password, String? role, String? tag})
NEJoinMeetingParams.fromMap(Map map)

Properties

avatar String?
用户头像 URL 地址
finalinherited
hashCode int
The hash code for this object.
no setterinherited
initialMyProperties Map<String, String>?
初始化属性
finalinherited
password String?
密码
finalinherited
role String
角色
finalinherited
roomUuid String
房间id
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String?
房间密码; 创建房间时,如果密码不为空,会创建带指定密码的房间 加入带密码的房间时,需要指定密码 会议中的用户成员标签,自定义,最大长度50
final
userName String
用户名
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited