Revert "Decouple workspace from call (#3380)"
This reverts commit6da57cbc6e
, reversing changes made to62b1843704
. Also, adjust new code that was written using the "call handler".
This commit is contained in:
parent
2c5603032d
commit
959b2961ff
15 changed files with 423 additions and 797 deletions
|
@ -4,7 +4,7 @@ use client::{proto, User};
|
|||
use collections::HashMap;
|
||||
use gpui::WeakModel;
|
||||
pub use live_kit_client::Frame;
|
||||
pub(crate) use live_kit_client::{RemoteAudioTrack, RemoteVideoTrack};
|
||||
pub use live_kit_client::{RemoteAudioTrack, RemoteVideoTrack};
|
||||
use project::Project;
|
||||
use std::sync::Arc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue