Move live_kit re-exports to main call module
This commit is contained in:
parent
a0049f8d16
commit
be56f775d4
3 changed files with 2 additions and 3 deletions
|
@ -18,6 +18,7 @@ use room::Event;
|
|||
use settings::Settings;
|
||||
use std::sync::Arc;
|
||||
|
||||
pub use live_kit_client::{Frame, RemoteAudioTrack, RemoteVideoTrack};
|
||||
pub use participant::ParticipantLocation;
|
||||
pub use room::Room;
|
||||
|
||||
|
|
|
@ -2,8 +2,6 @@ use anyhow::{anyhow, Result};
|
|||
use client::ParticipantIndex;
|
||||
use client::{proto, User};
|
||||
use gpui::WeakModel;
|
||||
pub use live_kit_client::Frame;
|
||||
pub use live_kit_client::{RemoteAudioTrack, RemoteVideoTrack};
|
||||
use project::Project;
|
||||
use std::sync::Arc;
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ use crate::{
|
|||
ItemNavHistory, WorkspaceId,
|
||||
};
|
||||
use anyhow::Result;
|
||||
use call::participant::{Frame, RemoteVideoTrack};
|
||||
use call::{Frame, RemoteVideoTrack};
|
||||
use client::{proto::PeerId, User};
|
||||
use futures::StreamExt;
|
||||
use gpui::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue