Rename room crate to call

Also, rename `client::Call` to `client::IncomingCall`.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Antonio Scandurra 2022-09-29 17:24:31 +02:00
parent 1158911560
commit e0db62173a
13 changed files with 49 additions and 43 deletions

View file

@ -1,9 +1,9 @@
#[cfg(any(test, feature = "test-support"))]
pub mod test;
pub mod call;
pub mod channel;
pub mod http;
pub mod incoming_call;
pub mod user;
use anyhow::{anyhow, Context, Result};