im.zego.zegoexpress.entity.ZegoEngineConfig

Advanced engine configuration.

Declared in entity/ZegoEngineConfig.java

Public-Attrib Lists

  • logConfig - Log configuration, if not set, use the default configuration.
  • customVideoCaptureMainConfig - Main channel custom video capture config, if not set, custom video capture config is not enabled by default.
  • customVideoCaptureAuxConfig - Auxiliary channel custom video capture config, if not set, custom video capture config is not enabled by default.
  • customVideoRenderConfig - Custom video render config, if not set, custom video render config is not enabled by default.
  • advancedConfig - Other special function switches, if not set, no other special functions are used by default.
  • soFullPath - Dynamic library path.

Public-Func Lists

Public-Attrib Docs

logConfig

public ZegoLogConfig logConfig ()

Log configuration, if not set, use the default configuration.

customVideoCaptureMainConfig

public ZegoCustomVideoCaptureConfig customVideoCaptureMainConfig ()

Main channel custom video capture config, if not set, custom video capture config is not enabled by default.

customVideoCaptureAuxConfig

public ZegoCustomVideoCaptureConfig customVideoCaptureAuxConfig ()

Auxiliary channel custom video capture config, if not set, custom video capture config is not enabled by default.

customVideoRenderConfig

public ZegoCustomVideoRenderConfig customVideoRenderConfig ()

Custom video render config, if not set, custom video render config is not enabled by default.

advancedConfig

public HashMap< String, String > advancedConfig ()

Initial: advancedConfig = new HashMap<>()

Other special function switches, if not set, no other special functions are used by default.

soFullPath

public String soFullPath ()

Dynamic library path.

Public-Func Docs

ZegoEngineConfig

public ZegoEngineConfig ()