Get test_app running without crashing
This commit is contained in:
parent
8c1c98a0bf
commit
c73e2c2d0f
4 changed files with 50 additions and 49 deletions
|
@ -600,7 +600,7 @@ impl Room {
|
|||
};
|
||||
|
||||
cx.foreground().spawn(async move {
|
||||
let display = live_kit_client::display_source().await?;
|
||||
let display = live_kit_client::display_sources().await?;
|
||||
// let display = displays
|
||||
// .first()
|
||||
// .ok_or_else(|| anyhow!("no display found"))?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue