WIP: Use audio support to send live data

This commit is contained in:
Mikayla Maki 2023-06-12 16:46:39 -07:00
parent bbf05c8eac
commit ce3847c9fc
No known key found for this signature in database
4 changed files with 62 additions and 12 deletions

View file

@ -476,6 +476,10 @@ impl RemoteAudioTrack {
pub fn publisher_id(&self) -> &str {
&self.publisher_id
}
pub fn start(&self) -> futures::channel::oneshot::Receiver<bool> {
todo!();
}
}
#[derive(Clone)]