Replace unrendered frame with a frame counter
Move facepile to the left hand side
This commit is contained in:
parent
9590f253a9
commit
714b45157b
6 changed files with 16 additions and 13 deletions
|
@ -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"))?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue