Move live_kit re-exports to main call module

This commit is contained in:
Max Brunsfeld 2024-01-05 17:01:40 -08:00
parent a0049f8d16
commit be56f775d4
3 changed files with 2 additions and 3 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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::{