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.
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
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.
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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