refactored RTCEngine

Added comments & separated code into multiple parts.
Maybe the next step is to put PeerConnections into another file 🤔
This commit is contained in:
Théo Monnom
2022-10-08 23:04:50 +02:00
parent c1326dab93
commit 2ecae706a9
7 changed files with 356 additions and 307 deletions
+2 -1
View File
@@ -7,5 +7,6 @@ mod signal_client;
mod pc_transport;
mod rtc_engine;
mod local_participant;
mod event;
pub mod room;
pub mod room;