ZegoEngineConfig
ZegoEngineConfig
Advanced engine configuration.
Declared in entity/ZegoEngineConfig.java
Properties
logConfig
public ZegoLogConfig logConfigLog 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].
advancedConfig
public HashMap<String, String> advancedConfigOther special function switches, if not set, no special function will be used by default. Please contact ZEGO technical support before use.
soFullPath
public String soFullPathDynamic 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
public boolean enableExtractLibFromAPKWhen 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.
