WIP: Use audio support to send live data
This commit is contained in:
parent
bbf05c8eac
commit
ce3847c9fc
4 changed files with 62 additions and 12 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue