vsimon / webrtcbuilds

Getting started with WebRTC natively is no easy picnic. The goal of webrtcbuilds is to provide a single standalone WebRTC static library and package.
BSD 3-Clause "New" or "Revised" License
202 stars 163 forks source link

Tests fail with build 25798 #96

Open BHamrick1 opened 5 years ago

BHamrick1 commented 5 years ago

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( ^

vsimon commented 5 years ago

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.