ZegoEngineConfig

Advanced engine configuration.

Declared in ZegoExpressDefines.h

Includes

Property Lists

  • logConfig - Set the log file path and the maximum log file size (Bytes). The default path is [NSCachesDirectory]/ZegoLogs/, default maximum size is 5MB.
  • 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. The special functions referred to here do not include the functions listed in the other parameter fields of the custom video capture function and custom video rendering described above.

Property Docs

logConfig

Set the log file path and the maximum log file size (Bytes). The default path is [NSCachesDirectory]/ZegoLogs/, default maximum size is 5MB.

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. The special functions referred to here do not include the functions listed in the other parameter fields of the custom video capture function and custom video rendering described above.