There was an error while loading. Please reload this page.
1 parent e354342 commit 3ec2933Copy full SHA for 3ec2933
1 file changed
livekit/src/room/publication/remote.rs
@@ -18,7 +18,7 @@ use livekit_protocol::{self as proto, AudioTrackFeature};
18
use parking_lot::{Mutex, RwLock};
19
20
use super::{PermissionStatus, SubscriptionStatus, TrackPublication, TrackPublicationInner};
21
-use crate::{e2ee::EncryptionType, track::VideoQuality, prelude::*};
+use crate::{e2ee::EncryptionType, prelude::*, track::VideoQuality};
22
23
type SubscribedHandler = Box<dyn Fn(RemoteTrackPublication, RemoteTrack) + Send>;
24
type UnsubscribedHandler = Box<dyn Fn(RemoteTrackPublication, RemoteTrack) + Send>;
0 commit comments