setLogConfig static method

Future<int?> setLogConfig(
  1. RTCLogConfig logConfig
)
override

设置日志配置

Implementation

static Future<int?> setLogConfig($p.RTCLogConfig logConfig) async {
  return $p.RTCEngine.setLogConfig(logConfig);
}