webrtc-sdk / libwebrtc

A C++ wrapper for binary release, mainly used for flutter-webrtc desktop (windows, linux, embedded).
MIT License
378 stars 77 forks source link

Move threads code to rtc_peerconnection_factory #71

Closed xiaowei-guan closed 1 year ago

xiaowei-guan commented 1 year ago

All threads are used in peerconnection_factory, It is easy to manage all the threads if move all threads to peerconnection_factory.