I am building WebRTC using version M120 with the command:
gn gen out/clang/win_x64 –args=”target_os=”win” target_cpu=”x64″ is_component_build=false is_clang=true is_debug=false rtc_use_h264=true ffmpeg_branding=”Chrome” rtc_include_tests=false rtc_build_examples=false use_custom_libcxx=true” –ide=vs2022.
However, I am encountering errors in the file sigslot.h. Is there a way to resolve this issue? Thank you.