Replace unrendered frame with a frame counter

Move facepile to the left hand side
This commit is contained in:
Piotr Osiewicz 2023-11-27 13:02:21 +01:00
parent 9590f253a9
commit 714b45157b
6 changed files with 16 additions and 13 deletions

View file

@ -1342,8 +1342,6 @@ impl Room {
let display = displays
.first()
.ok_or_else(|| anyhow!("no display found"))?;
dbg!("Been there");
dbg!(displays.len());
let track = LocalVideoTrack::screen_share_for_display(&display);
this.upgrade()
.ok_or_else(|| anyhow!("room was dropped"))?