MeetingRoles class

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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

Static Methods

mapEnumRoleToString(NEMeetingRoleType role) String
将 枚举类型的roleType 转换为 String
mapIntRoleToEnum(int role) NEMeetingRoleType
将 int类型的roleType 转换为 枚举,目前用于native过来的 角色类型
mapStringRoleToEnum(String role) NEMeetingRoleType
将 String类型的roleType 转换为 枚举

Constants

kCohost → const String
联系主持人
kHost → const String
主持人
kMember → const String
与会者
kUndefined → const String
传空,服务端会自动分配角色