logo
On this page

ZegoEngineConfig

ZegoEngineConfig

Advanced engine configuration.

Declared in entity/ZegoEngineConfig.java

Properties

logConfig

logConfig
deprecated
public ZegoLogConfig logConfig

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].

Deprecated
This property has been deprecated since version 2.3.0, please use the [setLogConfig] function instead.

advancedConfig

advancedConfig
public HashMap<String, String> advancedConfig

Other special function switches, if not set, no special function will be used by default. Please contact ZEGO technical support before use.

soFullPath

soFullPath
public String soFullPath

Dynamic shared library (.so) path. For developers who need to dynamically load the shared library, the default is empty string, that is to use the project embed shared library.

enableExtractLibFromAPK

enableExtractLibFromAPK
public boolean enableExtractLibFromAPK

When using the dynamic loading feature, if loading the dynamic libraries specified by [soFullPath] fails, is it permissible to extract the dynamic libraries of Zego Express SDK from the APK and load them?

  • Available since: 3.12.0.

Methods

ZegoEngineConfig

ZegoEngineConfig
Declared in entity/ZegoEngineConfig.java

Previous

zegoeffectsbeautyparam

Next

zegoengineprofile

On this page

Back to top