NEStartRoomParams class

提供创建房间时必要的额外参数,如房间ID、用户房间昵称等

Inheritance
Implementers

Constructors

NEStartRoomParams({String? roomId, required String displayName, String? password, String? tag, String? extraData, List<NERoomControl>? controls, Map<String, NEMeetingRoleType>? roleBinds})
NEStartRoomParams.fromMap(Map map)

Properties

controls List<NERoomControl>?
音视频控制
final
displayName String
房间中的用户昵称,不能为空
latefinalinherited
extraData String?
透传字段
final
hashCode int
The hash code for this object.
no setterinherited
password String?
房间密码; 创建房间时,如果密码不为空,会创建带指定密码的房间 加入带密码的房间时,需要指定密码
latefinalinherited
roleBinds Map<String, NEMeetingRoleType>?
设置会议成员角色
final
roomId String?
指定要创建或加入的目标房间ID
latefinalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
latefinalinherited
tag String?
会议中的用户成员标签,自定义,最大长度50
latefinalinherited

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