feat: audio communication through webrtc

This commit is contained in:
Ahmet Kaan Gümüş 2025-05-02 19:29:47 +03:00
parent 87f7d0763f
commit 52615c3d27
4 changed files with 70 additions and 5 deletions

View file

@ -100,6 +100,7 @@ async fn websocket_handler(websocket: UpgradeFut) {
}
}
}
sleep(Duration::from_secs(1)).await;
}
});