NERoomMember class abstract

房间成员

Mixed in types

Constructors

NERoomMember()

Properties

avatar String?
用户头像 URL 地址
no setter
clientType NEClientType
当前应用属性 NEClientType
no setter
hashCode int
The hash code for this object.
no setterinherited
isAudioConnected bool
当前成员音频是否连接,断开后房间里其他成员将听不到你的声音,你也将听不到其他成员的声音。 该属性通过调用NERoomRtcController.disconnectMyAudioNERoomRtcController.reconnectMyAudio来修改。
no setter
isAudioOn bool
音频是否打开
no setter
isInChatroom bool
当前成员是否在聊天室内
no setter
isInRtcChannel bool
当前成员是否在RTC房间内
no setter
isSharingScreen bool
当前成员是否正在屏幕共享中
no setter
isSharingWhiteboard bool
当前成员是否在共享白板
no setter
isVideoOn bool
视频是否打开
no setter
name String
用户名
no setter
properties Map<String, String>
属性
no setter
role NERoomRole
角色
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid String
用户id
no setter

Methods

addAttachment(Object key, dynamic attachment) → void
inherited
clearAttachments() → void
inherited
ensureAttachment<T>(Object key) → T
inherited
getAttachment<T>(Object key) → T?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeAttachment(Object key) → void
inherited
toJson() Map
toString() String
A string representation of this object.
inherited

Operators

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