Show shared screen as a pane item

This commit is contained in:
Antonio Scandurra 2022-10-24 10:04:08 +02:00
parent 7e411ae098
commit 476020ae84
10 changed files with 286 additions and 126 deletions

View file

@ -1,4 +1,4 @@
mod participant;
pub mod participant;
pub mod room;
use anyhow::{anyhow, Result};