webrtcbuilds icon indicating copy to clipboard operation
webrtcbuilds copied to clipboard

Tests fail with build 25798

Open BHamrick1 opened this issue 5 years ago • 1 comments

Tests fail with branch-heads/72

./test/run_tests.sh out/webrtcbuilds-25798-8086577-linux-x64 /home/ben/src/webrtcbuilds/test/simple_app.cc: In function ‘int main(int, char**)’: /home/ben/src/webrtcbuilds/test/simple_app.cc:30:5: error: ‘CreatePeerConnectionFactory’ is not a member of ‘webrtc’ webrtc::CreatePeerConnectionFactory( ^

BHamrick1 avatar Jun 04 '19 21:06 BHamrick1

Thanks. At a glance it looks like the webrtc api has reorganized and shifted things around a bit, as there is now a "api/create_peerconnection_factory.h" file that has webrtc::CreatePeerConnectionFactory.

vsimon avatar Jun 04 '19 22:06 vsimon