feat: audio support (#45)

- Receive/Send audio frames
- LocalAudioTrack
This commit is contained in:
Théo Monnom
2023-03-19 21:58:20 +01:00
committed by GitHub
parent cad6d36201
commit 64c0705916
30 changed files with 1207 additions and 69 deletions
+2
View File
@@ -1,3 +1,5 @@
pub mod audio_source;
pub mod audio_stream;
pub mod data_channel;
pub mod ice_candidate;
pub mod media_stream;