WIP, frames are being sent to the other end
This commit is contained in:
parent
6ebe5d5053
commit
481c19fbaf
8 changed files with 274 additions and 59 deletions
|
@ -1345,6 +1345,8 @@ 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