format
This commit is contained in:
@@ -56,7 +56,7 @@ pub enum SessionEvent {
|
|||||||
SpeakersChanged {
|
SpeakersChanged {
|
||||||
speakers: Vec<proto::SpeakerInfo>,
|
speakers: Vec<proto::SpeakerInfo>,
|
||||||
},
|
},
|
||||||
ConnectionQuality{
|
ConnectionQuality {
|
||||||
updates: Vec<proto::ConnectionQualityInfo>,
|
updates: Vec<proto::ConnectionQualityInfo>,
|
||||||
},
|
},
|
||||||
// TODO(theomonnom): Move entirely the reconnection logic on mod.rs
|
// TODO(theomonnom): Move entirely the reconnection logic on mod.rs
|
||||||
@@ -428,7 +428,7 @@ impl SessionInner {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
signal_response::Message::ConnectionQuality(quality) => {
|
signal_response::Message::ConnectionQuality(quality) => {
|
||||||
let _ = self.emitter.send(SessionEvent::ConnectionQuality{
|
let _ = self.emitter.send(SessionEvent::ConnectionQuality {
|
||||||
updates: quality.updates,
|
updates: quality.updates,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user