NERoomMember class Null safety

房间成员

Constructors

NERoomMember()

Properties

clientType NEClientType
当前应用属性 NEClientType
read-only
hashCode int
The hash code for this object.
read-only, inherited
isAudioOn bool
音频是否打开
read-only
isInChatroom bool
当前成员是否在聊天室内
read-only
isInRtcChannel bool
当前成员是否在RTC房间内
read-only
isSharingScreen bool
当前成员是否正在屏幕共享中
read-only
isSharingWhiteboard bool
当前成员是否在共享白板
read-only
isVideoOn bool
视频是否打开
read-only
name String
用户名
read-only
properties Map<String, String>
属性
read-only
role NERoomRole
角色
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
uuid String
用户id
read-only

Methods

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

Operators

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