ZEGO::EXPRESS::ZegoEngineConfig

Advanced engine configuration.

Declared in ZegoExpressDefines.h

Includes

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.

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 std::unordered_map< std::string, std::string > advancedConfig ()

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

Public-Func Docs

ZegoEngineConfig

public ZegoEngineConfig ()