NERoomMember class Null safety

Room member

Constructors

NERoomMember()

Properties

clientType NEClientType
Current app client type NEClientType
read-only
hashCode int
The hash code for this object.
read-only, inherited
isAudioOn bool
Whether the microphone is enabled
read-only
isInChatroom bool
Whether the current member is in the chat room
read-only
isInRtcChannel bool
Whether the current member is in the RTC room
read-only
isSharingScreen bool
Whether the current member is sharing screen
read-only
isSharingWhiteboard bool
Check if the current member is sharing whiteboard.
read-only
isVideoOn bool
Whether the camera is enabled
read-only
name String
User name
read-only
properties Map<String, String>
Properties
read-only
role NERoomRole
Role
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
uuid String
User 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