Emit event on Room
when a user shares a new project
This commit is contained in:
parent
ad323d6e3b
commit
1e45198b9f
4 changed files with 120 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
|||
mod participant;
|
||||
mod room;
|
||||
pub mod room;
|
||||
|
||||
use anyhow::{anyhow, Result};
|
||||
use client::{incoming_call::IncomingCall, Client, UserStore};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue