ZegoPIPExpressConfig class
Configuration class for ZEGO Express engine integration.
This class contains all the configuration parameters needed to initialize the ZEGO Express engine and set up room connections.
Example usage:
ZegoPIPExpressConfig(
create: ZegoPIPExpressCreateConfig(
appID: 1234567890,
appSign: 'your_app_sign',
),
room: ZegoPIPExpressRoomConfig(
roomID: 'test_room_id',
userID: 'test_user_id',
userName: 'test_user_name',
),
)
Constructors
- ZegoPIPExpressConfig.new({ZegoPIPExpressCreateConfig? create, ZegoPIPExpressRoomConfig? room, ZegoPIPExpressEvent? event})
Properties
- create ↔ ZegoPIPExpressCreateConfig?
-
Configuration for creating ZEGO Express engine.
getter/setter pair
- event ↔ ZegoPIPExpressEvent?
-
Express event callbacks
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- room ↔ ZegoPIPExpressRoomConfig?
-
Configuration for automatic room login.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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