use callbacks on internal events (#100)

This commit is contained in:
Théo Monnom
2023-06-29 22:52:43 +02:00
committed by GitHub
parent efc334af8e
commit c7c82cc693
33 changed files with 1522 additions and 1447 deletions
-2
View File
@@ -1,5 +1,3 @@
extern crate core;
pub mod proto;
mod room;
mod rtc_engine;