setLogConfig static method
设置日志配置
Implementation
static Future<int?> setLogConfig($p.RTCLogConfig logConfig) async {
return $p.RTCEngine.setLogConfig(logConfig);
}
设置日志配置
static Future<int?> setLogConfig($p.RTCLogConfig logConfig) async {
return $p.RTCEngine.setLogConfig(logConfig);
}