ZegoEngineConfig class

引擎进阶配置

Constructors

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

Properties

advancedConfig ↔ Map<String, String>?
进阶功能配置,未设置时默认不使用任何特殊功能,如需使用,请联系 ZEGO 技术支持。
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
logConfig ZegoLogConfig?
日志配置,未设置时使用默认配置(详见 ZegoLogConfig)。
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