NEMeetingRoleConfiguration class

会议角色限制数据,上行参数,包括角色最大数量、是否进行账号限制以及限制账号列表

Constructors

NEMeetingRoleConfiguration({required int roleType, int maxCount = 0, List<String>? accountIds})

Properties

accountIds List<String>?
该类型的角色限制可以参加会议的成员列表
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxCount int
该类型的角色允许的在会最大人数
getter/setter pair
roleType int
角色身份RoleType,1成员,2主持人,3管理员,4隐藏 RoleType
getter/setter pair
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
toJson() Map
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(Map map) NEMeetingRoleConfiguration