ZegoUIKitUser class

Constructors

ZegoUIKitUser({required String id, required String name})
ZegoUIKitUser.empty()
ZegoUIKitUser.fromJson(Map<String, dynamic> json)
factory
ZegoUIKitUser.fromZego(ZegoUser zegoUser)

Properties

auxSoundLevel Stream<double>
no setter
camera ValueNotifier<bool>
no setter
cameraException ValueNotifier<ZegoUIKitDeviceExceptionType?>
no setter
cameraMuteMode ValueNotifier<bool>
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
inRoomAttributes ValueNotifier<ZegoUIKitUserAttributes>
no setter
microphone ValueNotifier<bool>
no setter
microphoneException ValueNotifier<ZegoUIKitDeviceExceptionType?>
no setter
microphoneMuteMode ValueNotifier<bool>
no setter
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
soundLevel Stream<double>
no setter
soundLevelStreamController StreamController<double>?
no setter
streamID String
no setter
streamTimestamp int
no setter

Methods

isEmpty() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override
toZegoUser() → ZegoUser

Operators

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