spelling: incoming
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
69595b7b67
commit
c9e5e2cb53
@ -728,11 +728,11 @@ impl<T: InvokeUiSession> Remote<T> {
|
|||||||
self.handler.adapt_size();
|
self.handler.adapt_size();
|
||||||
self.send_opts_after_login(peer).await;
|
self.send_opts_after_login(peer).await;
|
||||||
}
|
}
|
||||||
let incomming_format = CodecFormat::from(&vf);
|
let incoming_format = CodecFormat::from(&vf);
|
||||||
if self.video_format != incomming_format {
|
if self.video_format != incoming_format {
|
||||||
self.video_format = incomming_format.clone();
|
self.video_format = incoming_format.clone();
|
||||||
self.handler.update_quality_status(QualityStatus {
|
self.handler.update_quality_status(QualityStatus {
|
||||||
codec_format: Some(incomming_format),
|
codec_format: Some(incoming_format),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user