Emit event on Room when a user shares a new project

This commit is contained in:
Antonio Scandurra 2022-10-03 17:12:07 +02:00
parent ad323d6e3b
commit 1e45198b9f
4 changed files with 120 additions and 11 deletions

View file

@ -1,5 +1,5 @@
mod participant;
mod room;
pub mod room;
use anyhow::{anyhow, Result};
use client::{incoming_call::IncomingCall, Client, UserStore};