Successfully received video frames

This commit is contained in:
Théo Monnom
2022-11-28 17:30:21 +01:00
parent 39fa798c7f
commit 59e7ccbffe
5 changed files with 10 additions and 4 deletions
@@ -32,6 +32,8 @@ class RTCRuntime {
std::unique_ptr<rtc::Thread> signaling_thread_;
#ifdef WEBRTC_WIN
rtc::WinsockInitializer winsock_;
rtc::PhysicalSocketServer ss_;
rtc::AutoSocketServerThread main_thread_ {&ss_};
#endif
};