Add audio APIs to Zed
Share mic on joining room
This commit is contained in:
parent
ae68be64c0
commit
dedc117cca
6 changed files with 186 additions and 30 deletions
|
@ -517,6 +517,7 @@ impl RemoteVideoTrack {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct RemoteAudioTrack {
|
||||
sid: Sid,
|
||||
publisher_id: Sid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue