mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 13:10:54 +00:00
Update test-app sound
This commit is contained in:
parent
ce3847c9fc
commit
a4b009a497
1 changed files with 2 additions and 3 deletions
|
@ -72,9 +72,8 @@ fn main() {
|
||||||
panic!("unexpected message");
|
panic!("unexpected message");
|
||||||
}
|
}
|
||||||
|
|
||||||
let res = room_b.remote_audio_tracks("test-participant-1")[0].start().await;
|
println!("Pausing for 5 seconds to test audio, make some noise!");
|
||||||
println!("Attempting to start: {:?}", res);
|
let timer = cx.background().timer(Duration::from_secs(5));
|
||||||
let timer = cx.background().timer(Duration::from_secs(10));
|
|
||||||
timer.await;
|
timer.await;
|
||||||
|
|
||||||
let remote_audio_track = room_b
|
let remote_audio_track = room_b
|
||||||
|
|
Loading…
Reference in a new issue