ZegoEngineConfig class

Advanced engine configuration.

Constructors

ZegoEngineConfig({ZegoLogConfig? logConfig, Map<String, String>? advancedConfig})

Properties

advancedConfig ↔ Map<String, String>?
Other special function switches, if not set, no special function will be used by default. Please contact ZEGO technical support before use.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
logConfig ZegoLogConfig?
Log configuration, if not set, use the default configuration. It must be set before calling createEngine to take effect. If it is set after createEngine, it will take effect at the next createEngine after destroyEngine.
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