ZegoPIPExpressRoomConfig class

Constructors

ZegoPIPExpressRoomConfig.new({required String roomID, required String userID, required String userName})

Properties

canLoginRoom bool
Whether the configuration is complete for automatic room login.
no setter
hashCode int
The hash code for this object.
no setterinherited
roomID String
Room ID for automatic login.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userID String
User ID for room login.
getter/setter pair
userName String
User name for room login.
getter/setter pair

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