setEngineConfig static method

Future<void> setEngineConfig(
  1. ZegoEngineConfig config
)

设置引擎进阶配置。

支持版本:1.1.0 及以上。 详情描述:用于开启进阶功能。 调用时机:不同的配置有不同的调用时机要求,详情可咨询 ZEGO 技术支持。 使用限制:无。

  • config 引擎进阶配置

Implementation

static Future<void> setEngineConfig(ZegoEngineConfig config) async {
  return await ZegoExpressImpl.setEngineConfig(config);
}