Not able to find "webrtc/api/peer_connection_interface.h" #2258
Labels
needs-triage
Issue still needs to be assigned, labeled and deduplicated
type: bug
Something is broken or not working as intended
Project
Nearby Connections
Language
C++
OS Platform
Windows
What happened?
I am trying to create a new project. I am using Visual Studio and adding files manually to a lib project. I started with core.h and core.cc and solving the dependency issues. I am stuck at
#include "webrtc/api/peer_connection_interface.h"
in the file \internal\platform\implementation\webrtc.h
I am not able to find "webrtc/api/peer_connection_interface.h". I cloned submodules. It is not present in third_party folder.
Any idea where I get this?
What did you expect to happen?
I was expecting to find the peer_connection_interface.h files when I cloned the repo and submodules.
How can we reproduce it (as minimally and precisely as possible)?
This is bug while building code on Windows.
How often does this bug happen?
Every time
Standalone code to reproduce the issue
No response
Relevant log output
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: